Create ESP32 project
This commit is contained in:
10
esp32_device/.vscode/settings.json
vendored
Normal file
10
esp32_device/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "default",
|
||||
"idf.port": "/dev/ttyUSB0",
|
||||
"idf.adapterTargetName": "esp32",
|
||||
"idf.flashType": "UART",
|
||||
"idf.openOcdConfigs": [
|
||||
"interface/ftdi/esp32_devkitj_v1.cfg",
|
||||
"target/esp32.cfg"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user