|
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
WLED/wled00/set.cpp
Line 113 in 54e3317
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