Skip to content

AP restarts when name (SSID) is unchanged after saving WiFi settings (should reconnects when SSID changed) #5866

Description

@drmaus83

if (!strcmp(oldSSID, apSSID) && apActive) forceReconnect = true;

I'm working on my own little fork of WLED that uses only ap mode and i noticed the check seems to be inverted. instead of resetting when the name is changed it always resets if the name is unchanged.

I worry that there may be other things that rely on this mechanism (even if its incorrect) because it seems like changing settings and saving restarts the ap but its not actually doing that if you change the name only

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugneeds investigationThe bug has not yet been reproduced by me. Analysis or more details are needed.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions