Open heikoch opened 6 years ago
Hey you just need to make some changes in wifimanager.cpp file
Instead of WiFi.mode( WIFI_STA) change to WiFi.mode(WIFI_AP_STA)
This will change the configuration and your ESP32 will able to maintain its Access Point even after connecting to WiFi.
but what if i want to use it as a server just to display it's state when connected to another AP?
How do I start a web server after Wifi Connect? I have rewritten several skits from the esp8266. But they do not work. Does anyone have an example for me? Thanks