BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.37k stars 249 forks source link

Save settings regardless of wifi connection state #418

Open golden-guy opened 1 month ago

golden-guy commented 1 month ago

Unless a full reset is done, the WL_CONNECTED condition never returns true in AP mode. For now, just move the assignments outside of this condition to allow for saving settings changes (again).

golden-guy commented 1 month ago

@BitMaker-hub This should fix the config saving issues (at least) in https://github.com/BitMaker-hub/NerdMiner_v2/issues/254 https://github.com/BitMaker-hub/NerdMiner_v2/issues/364 https://github.com/BitMaker-hub/NerdMiner_v2/issues/365