Merge pull request #3583 from kretzp/letscontrolit_mega

Fix: [CUSTOM_EMERGENCY_FALLBACK_RESET_CREDENTIALS]
This commit is contained in:
TD-er
2021-04-17 15:01:43 +02:00
committed by GitHub
@@ -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