Added DTC for LittleFS-Image Version mismatch

This commit is contained in:
2022-08-22 14:26:37 +02:00
parent bd4c1d9d53
commit 6ffe239cae
4 changed files with 27 additions and 15 deletions

View File

@@ -29,6 +29,8 @@
#define SW_VERSION_MAJOR 1
#define SW_VERSION_MINOR 1
#define FLASH_FS_VERSION 1.1
#ifndef OTA_DELAY
#define OTA_DELAY 50 // ticks -> 10ms / tick
#endif