storage partition overhaul

This commit is contained in:
Thaddeus Hughes
2026-03-12 19:12:42 -05:00
parent 18faa5b83d
commit 59e7071023
116 changed files with 18243 additions and 257 deletions

View File

@@ -49,6 +49,7 @@ typedef union {
// Public Functions
esp_err_t i2c_init(void);
esp_err_t i2c_post(void);
esp_err_t i2c_stop(void);
esp_err_t i2c_set_relays(relay_port_t states);