Create RPC component

This commit is contained in:
2025-05-16 00:05:07 -04:00
parent 74e8bc2ee3
commit 236b87f6b5
16 changed files with 1995 additions and 701 deletions

View File

@@ -10,5 +10,10 @@
"IDF_TARGET": "esp32"
},
"idf.flashType": "UART",
"idf.portWin": "COM4"
"idf.portWin": "COM4",
"files.associations": {
"socket.h": "c",
"esp_log.h": "c",
"charconv": "cpp"
}
}