mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-03-16 07:22:46 +03:00
chore: checkpoint current IDF 5.5 remediation state
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "esp_attr.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_ota_ops.h"
|
||||
#include "esp_spi_flash.h"
|
||||
#include "messaging.h"
|
||||
#include "tools.h"
|
||||
static const char* TAG = "bootstate";
|
||||
@@ -140,4 +139,4 @@ void simple_restart() {
|
||||
});
|
||||
xTimerStart(timer, portMAX_DELAY);
|
||||
}
|
||||
bool is_restarting() { return restarting; }
|
||||
bool is_restarting() { return restarting; }
|
||||
|
||||
Reference in New Issue
Block a user