feat(architecture): enforce lifecycle orchestration and layered component boundaries
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t system_runtime_start(void);
|
||||
esp_err_t system_runtime_shutdown(void);
|
||||
esp_err_t system_runtime_bootstrap(void);
|
||||
|
||||
bool system_runtime_wifi_ready(void);
|
||||
|
||||
Reference in New Issue
Block a user