mirror of https://github.com/arendst/Tasmota.git
Add save call stack in RTC memory in case of crash
This commit is contained in:
parent
7796714ba0
commit
7e1e85eba9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue