Add authenticated WebSocket serial terminal - dirty commit with front-

and backend issues
This commit is contained in:
2026-08-24 19:45:36 +02:00
parent 8b5417881c
commit 5f7ea5b79d
22 changed files with 8845 additions and 45 deletions
+3
View File
@@ -21,6 +21,8 @@ typedef struct {
uint64_t authentication_failures;
uint64_t root_requests;
uint64_t status_requests;
uint64_t ticket_requests;
uint64_t asset_requests;
uint64_t response_errors;
} web_server_counters_t;
@@ -30,6 +32,7 @@ typedef struct {
bool transitioning;
uint16_t port;
esp_err_t last_error;
esp_err_t serial_transport_error;
web_server_counters_t counters;
} web_server_snapshot_t;