Add save call stack in RTC memory in case of crash

This commit is contained in:
Hadinger 2019-12-07 11:01:48 +01:00
parent 7796714ba0
commit 7e1e85eba9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ void (* const TasmotaCommand[])(void) PROGMEM = {
#ifdef USE_I2C
&CmndI2cScan, CmndI2cDriver,
#endif
&CmndSensor, &CmndDriver };
&CmndSensor, &CmndDriver};
const char kWifiConfig[] PROGMEM =
D_WCFG_0_RESTART "||" D_WCFG_2_WIFIMANAGER "||" D_WCFG_4_RETRY "|" D_WCFG_5_WAIT "|" D_WCFG_6_SERIAL "|" D_WCFG_7_WIFIMANAGER_RESET_ONLY;