mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge pull request #3583 from kretzp/letscontrolit_mega
Fix: [CUSTOM_EMERGENCY_FALLBACK_RESET_CREDENTIALS]
This commit is contained in:
@@ -246,7 +246,7 @@ void processConnect() {
|
||||
const bool mustResetCredentials = false;
|
||||
#endif
|
||||
#ifdef CUSTOM_EMERGENCY_FALLBACK_START_AP
|
||||
const boolmustStartAP = CUSTOM_EMERGENCY_FALLBACK_START_AP;
|
||||
const bool mustStartAP = CUSTOM_EMERGENCY_FALLBACK_START_AP;
|
||||
#else
|
||||
const bool mustStartAP = false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user