Generate device name
This commit is contained in:
9
esp32_device/.vscode/settings.json
vendored
9
esp32_device/.vscode/settings.json
vendored
@ -6,5 +6,12 @@
|
||||
"idf.openOcdConfigs": [
|
||||
"interface/ftdi/esp32_devkitj_v1.cfg",
|
||||
"target/esp32.cfg"
|
||||
]
|
||||
],
|
||||
"files.associations": {
|
||||
"dev_name.h": "c",
|
||||
"stdio.h": "c",
|
||||
"storage.h": "c",
|
||||
"cstdlib": "c",
|
||||
"cstring": "c"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user