diff --git a/esp32cam-demo.ino b/esp32cam-demo.ino index 2fea915..923d27f 100644 --- a/esp32cam-demo.ino +++ b/esp32cam-demo.ino @@ -788,8 +788,8 @@ void handleRoot() { else client.write("

No SD Card detected

\n"); // io pin details - if (digitalRead(iopinA) == LOW) client.write("

Output Pin 13 is Low

\n"); - else client.write("

Output Pin 13 is High

\n"); + if (digitalRead(iopinA) == LOW) client.write("

Input Pin 13 is Low

\n"); + else client.write("

Input Pin 13 is High

\n"); if (digitalRead(iopinB) == LOW) client.write("

Output Pin 12 is Low

\n"); else client.write("

Output Pin 12 is High

\n");