Implement HTTPS lifecycle and reboot controls
This commit is contained in:
@@ -31,6 +31,8 @@ typedef int *SemaphoreHandle_t;
|
||||
#define pdMS_TO_TICKS(x) (x)
|
||||
#define CONSOLE_COMPLETION_OUTPUT_CAPACITY 1024U
|
||||
static unsigned lock_depth, ticks, runs, actions;
|
||||
static uint32_t lifecycle_settings_executed;
|
||||
static void web_lifecycle_settings_execute(uint32_t id) { assert(!lock_depth); lifecycle_settings_executed = id; }
|
||||
static uint32_t ssh_settings_executed;
|
||||
static void web_ssh_settings_execute(uint32_t id) { assert(!lock_depth); ssh_settings_executed = id; }
|
||||
static uint32_t broker_settings_executed;
|
||||
|
||||
Reference in New Issue
Block a user