Skip to content

Autoconnect #173

Closed
Closed
@plerup

Description

@plerup

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions