rtc craziness

This commit is contained in:
Thaddeus Hughes
2026-03-11 09:01:32 -05:00
parent e2451fce78
commit f4077e5e26
40 changed files with 45559 additions and 131 deletions

View File

@@ -27,5 +27,7 @@
#define BT_HID_REPEAT_MS 50
esp_err_t bt_hid_init(void);
void bt_hid_stop(void); // Suspend BT scan task (soft idle)
void bt_hid_resume(void); // Resume BT scan task (wake from soft idle)
#endif /* BT_HID_H */