ESP-IDF Robot Controls

This commit is contained in:
2024-12-25 09:19:59 -05:00
parent 0932abf406
commit f146f21a76
7 changed files with 1081 additions and 2 deletions

View File

@@ -5,6 +5,6 @@
"board/esp32c3-builtin.cfg"
],
"idf.toolsPath": "/home/abobkov/.espressif",
"idf.port": "/dev/ttyACM1",
"idf.port": "/dev/ttyACM0",
"idf.flashType": "UART"
}