fix: reduce repeater web panel pressure and improve mqtt diagnostics

This commit is contained in:
Jared Dohrman
2026-04-13 09:42:32 +10:00
parent 9e0cff9e70
commit de071cbb79
7 changed files with 188 additions and 156 deletions
-1
View File
@@ -47,7 +47,6 @@ private:
static esp_err_t handleApp(httpd_req_t* req);
static esp_err_t handleLogin(httpd_req_t* req);
static esp_err_t handleCommand(httpd_req_t* req);
static esp_err_t handleBootstrap(httpd_req_t* req);
static esp_err_t handleStats(httpd_req_t* req);
bool readRequestBody(httpd_req_t* req, char* buffer, size_t buffer_size) const;