fix mouse reports and improve timeout handling

This commit is contained in:
2025-07-20 21:34:56 -04:00
parent c7d70c669b
commit 99824ee2a6
8 changed files with 357 additions and 400 deletions
-1
View File
@@ -23,7 +23,6 @@ typedef struct {
} net_config;
void run_http_server();
const char * sendkeys_cgi(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]);
const char * reboot_cgi(int iIndex, int iNumParams, char *pcParam[], char *pcValue[]);
uint16_t __time_critical_func(ssi_handler)(int iIndex, char *pcInsert, int iInsertLen);
void set_indicator(uint8_t const* buffer);