move nvs init around, more graceful bt/wifi bringup/down, led indicatorrs

This commit is contained in:
Thaddeus Hughes
2026-03-11 10:05:13 -05:00
parent f4077e5e26
commit af02fbb117
7 changed files with 101 additions and 52 deletions

View File

@@ -84,7 +84,8 @@ void soft_idle_enter(void)
i2c_set_led1(0);
}
bool soft_idle_is_active(void) { return in_soft_idle; }
bool soft_idle_is_active(void) { return in_soft_idle; }
bool soft_idle_button_raw(void) { return gpio_get_level(PIN_BTN_INTERRUPT) == 0; }
void soft_idle_exit(void)
{