Fix preserve pairing on power cycle

This commit is contained in:
2025-09-09 15:05:45 -04:00
parent a1e1ff70fc
commit 2e9159cb57
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
host_state_t host_state;
static absolute_time_t request_time;
static absolute_time_t last_report;
static uint16_t host_poll_interval=8000;
static uint16_t host_poll_interval=HOST_POLL_INTERVAL;
// initialize usb host
void usb_host_init(void) {