Files
oled-counter-esp32/.vscode/settings.json
Elias Ahokas 9d19a62b1e init i2c
2025-10-15 20:04:26 +03:00

14 lines
340 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/ttyS0",
"idf.toolsPath": "/home/sirian/.espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32"
}
}