Update ESP32cam-demo.ino

master
Alan 2023-10-17 10:16:50 +01:00 zatwierdzone przez GitHub
rodzic bc9b41b074
commit 4eea351400
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -976,6 +976,9 @@ void handleRoot() {
client.write("<a href='/jpg'>JPG</a> - \n");
client.write("<a href='/jpeg'>Updating JPG</a> - \n");
client.write("<a href='/test'>Test procedure</a>\n");
#if ENABLE_OTA
client.write(" - <a href='/ota'>Update via OTA</a>\n");
#endif
// addnl info if sd card present
if (sdcardPresent) {