Did stuff
This commit is contained in:
7
can-interface/.vscode/settings.json
vendored
7
can-interface/.vscode/settings.json
vendored
@@ -10,11 +10,12 @@
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32-wrover-kit-3.3v.cfg"
|
||||
],
|
||||
"idf.port": "/dev/ttyUSB1",
|
||||
"idf.port": "/dev/ttyUSB0",
|
||||
"idf.pythonBinPath": "/home/alexander/.espressif/python_env/idf5.3_py3.12_env/bin/python",
|
||||
"idf.toolsPath": "/home/alexander/.espressif",
|
||||
"idf.flashType": "JTAG",
|
||||
"idf.openOcdLaunchArgs": ["-c", "adapter_khz 10000"],
|
||||
"idf.flashType": "UART",
|
||||
"idf.openOcdLaunchArgs": ["-c", "adapter_khz 1000"],
|
||||
"idf.openOcdDebugLevel": 2,
|
||||
"files.associations": {
|
||||
"*.tcc": "cpp",
|
||||
"cstdint": "cpp",
|
||||
|
||||
Reference in New Issue
Block a user