diff --git a/ESP32cam-demo.ino b/ESP32cam-demo.ino index ddcb8a0..94006b9 100644 --- a/ESP32cam-demo.ino +++ b/ESP32cam-demo.ino @@ -976,6 +976,9 @@ void handleRoot() { client.write("JPG - \n"); client.write("Updating JPG - \n"); client.write("Test procedure\n"); + #if ENABLE_OTA + client.write(" - Update via OTA\n"); + #endif // addnl info if sd card present if (sdcardPresent) {