Implemented Command-Level Interaction with CAN Interface
This commit is contained in:
11
can-interface/.vscode/settings.json
vendored
11
can-interface/.vscode/settings.json
vendored
@@ -13,5 +13,14 @@
|
||||
"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": "UART"
|
||||
"idf.flashType": "UART",
|
||||
"files.associations": {
|
||||
"*.tcc": "cpp",
|
||||
"cstdint": "cpp",
|
||||
"random": "cpp",
|
||||
"future": "cpp",
|
||||
"bitset": "cpp",
|
||||
"string_view": "cpp",
|
||||
"regex": "cpp"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user