Cleanup rpc

This commit is contained in:
2025-05-26 14:58:23 -04:00
parent 5d7c67eeed
commit 82020985e1
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")