Closed
Description
In ESP8266/Arduino you only have to call WiFi.begin with the ssid and password in one run of your application and you could then remove the call to WiFi.begin and the esp will still automatically connect to the last known access point in subsequent runs.
For esp32 this doesn't seems to work. I've tried WiFi.setAutoConnect(true) but to no avail although subsequent calls to WiFi.getAutoConnect() returns 1
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels