mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
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
|
#ifdef USE_I2C
|
||||||
&CmndI2cScan, CmndI2cDriver,
|
&CmndI2cScan, CmndI2cDriver,
|
||||||
#endif
|
#endif
|
||||||
&CmndSensor, &CmndDriver };
|
&CmndSensor, &CmndDriver};
|
||||||
|
|
||||||
const char kWifiConfig[] PROGMEM =
|
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;
|
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…
x
Reference in New Issue
Block a user