Files
oled-counter-esp32/.vscode/settings.json
Elias Ahokas 03dde51e36 working ok
2025-10-16 15:01:47 +03:00

15 lines
367 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/home/sirian/esp/esp-idf",
"idf.pythonInstallPath": "/usr/bin/python3",
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
"idf.port": "/dev/ttyS1",
"idf.toolsPath": "/home/sirian/.espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32"
},
"idf.flashType": "UART"
}