reset.cpp: bugfix coldstart (2)

This commit is contained in:
cyberman54 2021-04-12 23:45:26 +02:00
parent ea7fa5d31f
commit 13c8a5f0be

View File

@ -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();