minipill_lora_lmic_stm32cube/.vscode/settings.json

7 lines
114 B
JSON
Raw Normal View History

2023-12-09 08:25:45 +00:00
{
"files.associations": {
"stm32l0xx_hal.h": "c",
2023-12-29 18:20:47 +00:00
"lmic.h": "c",
"main.h": "c"
2023-12-09 08:25:45 +00:00
}
}