reset.cpp: bugfix coldstart (2)
This commit is contained in:
parent
ea7fa5d31f
commit
13c8a5f0be
@ -33,7 +33,7 @@ void do_reset(bool warmstart) {
|
|||||||
LMIC_shutdown();
|
LMIC_shutdown();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
reset_rtc_vars(void);
|
reset_rtc_vars();
|
||||||
ESP_LOGI(TAG, "restarting device (coldstart)");
|
ESP_LOGI(TAG, "restarting device (coldstart)");
|
||||||
}
|
}
|
||||||
esp_restart();
|
esp_restart();
|
||||||
|
Loading…
Reference in New Issue
Block a user