reset.cpp: sanitize comments

This commit is contained in:
cyberman54 2022-12-31 19:06:36 +01:00
parent 867e72cd48
commit a9aa7d2b57

View File

@ -98,13 +98,6 @@ void enter_deepsleep(const uint32_t wakeup_sec, gpio_num_t wakeup_gpio) {
sds011_sleep(); sds011_sleep();
#endif #endif
/*
// flush & close sd card, if we have
#if (HAS_SDCARD)
sdcard_close();
#endif
*/
// wait a while (max 100 sec) to clear send queues // wait a while (max 100 sec) to clear send queues
ESP_LOGI(TAG, "Waiting until send queues are empty..."); ESP_LOGI(TAG, "Waiting until send queues are empty...");
for (i = 100; i > 0; i--) { for (i = 100; i > 0; i--) {