wheel/car.code-workspace
2024-01-22 03:36:10 +08:00

14 lines
163 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"esp_wifi.h": "c",
"tcp.h": "c",
"bdc_motor_interface.h": "c"
}
}
}