esp32-servo/.vscode/settings.json
2025-08-21 14:44:24 +08:00

10 lines
192 B
JSON

{
"files.associations": {
"freertos.h": "c",
"uart_handler.h": "c",
"uart.h": "c",
"pca9685.h": "c",
"esp_log.h": "c",
"task.h": "c"
}
}