Ready to implement GPIO logic to manage relays

This commit is contained in:
2024-09-28 20:02:34 +02:00
parent e574bed96f
commit 274b7089d1
8 changed files with 86 additions and 6 deletions

View File

@ -50,6 +50,9 @@
"stdlib.h": "c",
"secure_api.h": "c",
"jwt.h": "c",
"sync_response.h": "c"
"sync_response.h": "c",
"gpio.h": "c",
"esp_system.h": "c",
"relays.h": "c"
}
}