diff --git a/src/main.cpp b/src/main.cpp index 26dd7e7..283ac4f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,7 +7,6 @@ #include "Wire.h" #include "driver/pcnt.h" #include -#include #include #include "main.h" //#include @@ -461,9 +460,9 @@ void rtc_init() { void start_wifiAP() { pinMode(LED_BUILTIN, OUTPUT); - Serial.println(); + Serial.println("Configuring access point..."); - //WiFi.softAP(ssid, password); // You can remove the password parameter if you want the AP to be open. + WiFi.softAP(ssid, password); // You can remove the password parameter if you want the AP to be open. IPAddress myIP = WiFi.softAPIP(); Serial.print("AP IP address: "); Serial.println(myIP);