From 9623ee0c9d43dd73ff8808bce44a7a048ae95052 Mon Sep 17 00:00:00 2001 From: Quentin T'JAMPENS Date: Wed, 18 Jun 2025 09:15:48 +0200 Subject: [PATCH] Reset btn on web --- web.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web.cpp b/web.cpp index 9cc991e..f50fa1e 100644 --- a/web.cpp +++ b/web.cpp @@ -2,6 +2,7 @@ #include #include #include +#include "localMode.h" extern Adafruit_SH1107 display; @@ -10,6 +11,7 @@ const char *password = "12345678"; WiFiServer server(80); void setupWeb() { + turnOff(); Serial.println(); Serial.println("Configuring access point..."); if (!WiFi.softAP(ssid, password)) {