PoC wired mode over UVC, add logs over websockets, needs cleanup

This commit is contained in:
Lorow
2024-10-19 14:24:50 +02:00
parent b578bf3d2c
commit 23bb930255
16 changed files with 548 additions and 131 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(SRCS "WebSocketLogger/WebSocketLogger.cpp"
INCLUDE_DIRS "WebSocketLogger"
REQUIRES esp_http_server
)