chargeController/.vscode/settings.json

9 lines
181 B
JSON
Raw Normal View History

2024-12-06 09:38:25 +00:00
{
"files.associations": {
"chargcontrol.h": "c",
"parameter.h": "c",
"comm.h": "c",
"bl_chargcontrol.h": "c",
"comm_types.h": "c"
}
}