sntp module

This commit is contained in:
2024-12-19 20:33:51 +01:00
parent 0b9f5e2997
commit e5bb620a37
8 changed files with 94 additions and 67 deletions

View File

@ -20,7 +20,10 @@
"*.inc": "c",
"safety.h": "c",
"event_groups.h": "c",
"string.h": "c"
"string.h": "c",
"time.h": "c",
"timers.h": "c",
"nvs_flash.h": "c"
},
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"