- websocket client on ESP32
- telemetry protocol builder - server-side message handling - database migrations - telemetry persistence
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "esp_log.h"
|
||||
#include "esp_event.h"
|
||||
#include "esp_netif.h"
|
||||
#include "ws.h"
|
||||
|
||||
static const char* TAG = "system";
|
||||
|
||||
@@ -17,6 +18,7 @@ void system_init()
|
||||
|
||||
init_time(); // Установка времени
|
||||
|
||||
ws_go();
|
||||
}
|
||||
|
||||
void system_finalize()
|
||||
|
||||
Reference in New Issue
Block a user