cli for uart working

This commit is contained in:
2024-06-27 21:16:45 +02:00
parent 668a62c90e
commit ca1f8f80d4
5 changed files with 95 additions and 86 deletions

View File

@@ -7,5 +7,13 @@
"path": "rx_esp32"
}
],
"settings": {}
"settings": {
"files.associations": {
"nvs_flash.h": "c",
"esp_wifi.h": "c",
"esp_event.h": "c",
"esp_task_wdt.h": "c",
"esp_err.h": "c"
}
}
}