Cleanup rpc

This commit is contained in:
2025-05-26 14:58:23 -04:00
parent a40931b791
commit cde7a6e228
11 changed files with 45 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "rpc.cpp" "TCPServer.cpp" "WifiManager.cpp"
idf_component_register(SRCS "rpc.cpp" "WifiManager.cpp"
PRIV_REQUIRES driver esp_event nvs_flash esp_netif esp_wifi
INCLUDE_DIRS "include")