due OTA programming, EEPROM signature check

This commit is contained in:
2020-05-30 18:23:50 +03:00
parent f691aa0cb0
commit 00e631515f
8 changed files with 34 additions and 22 deletions

View File

@@ -116,3 +116,4 @@ const char RGB_P[] PROGMEM = "RGB";
const char RPM_P[] PROGMEM = "rpm";
const char STATE_P[] PROGMEM = "state";
*/
const char EEPROM_signature[] = EEPROM_SIGNATURE;