Search found 1 match
- Sat Jun 26, 2021 11:12 am
- Forum: General Discussion
- Topic: (WIFI) STA get disconnect after esp_restart() is used.
- Replies: 4
- Views: 3864
Re: (WIFI) STA get disconnect after esp_restart() is used.
I have just tested the following code on an ESP32 (DOIT ESP32 DEVKIT V1) void setup() { Serial.begin(115200); WiFi.disconnect(); delay(1000); //Wait for ESP.restart(); } Is is possible to have the STA connected to an Internet-connect AP, so the But as long as I use the default IP, etc., all seems fi...