esp32-servo/.vscode/settings.json

10 lines
192 B
JSON
Raw Permalink Normal View History

2025-08-21 14:44:24 +08:00
{
"files.associations": {
"freertos.h": "c",
"uart_handler.h": "c",
"uart.h": "c",
"pca9685.h": "c",
"esp_log.h": "c",
"task.h": "c"
}
}