fixed ws ping timer

This commit is contained in:
2026-04-21 23:30:08 +02:00
parent a9d5bcfd66
commit dc56990f1e
2 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ private:
void onSetTme(const ArduinoJson::JsonDocument &doc);
private:
const uint8_t m_port = 80;
const uint8_t c_port = 80;
const uint32_t c_pingTime = 5000;
fs::FS &m_filesystem;
AsyncWebServer m_webserver;
AsyncWebSocket m_websocket;