working ok

This commit is contained in:
Elias Ahokas
2025-10-16 15:01:47 +03:00
parent 6535ed6804
commit 03dde51e36
4 changed files with 242 additions and 50 deletions

View File

@@ -5,9 +5,10 @@
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
"idf.port": "/dev/ttyS0",
"idf.port": "/dev/ttyS1",
"idf.toolsPath": "/home/sirian/.espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32"
}
},
"idf.flashType": "UART"
}