ota update first version, with led management

This commit is contained in:
Emanuele Trabattoni
2025-08-05 11:56:13 +02:00
parent 80fda62344
commit 5bff567863
7 changed files with 212 additions and 7 deletions

3
include/pinlist.h Normal file
View File

@@ -0,0 +1,3 @@
#define DI_CONFRESET 0
#define DI_RESTART 1
#define DI_OTAENABLE 7