Skip to content

scannetworks wipes persistent flash #2946

Closed
@tablatronix

Description

@tablatronix

This seems like a really bad idea. If persistent(mostly always), doing a scan wipes flash.

    int status = wifi_station_get_connect_status();
    if(status != STATION_GOT_IP && status != STATION_IDLE) {
        WiFi.disconnect(false);
    }

whaaa?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions