Continued implementation and changes after testing

This commit is contained in:
Gunnar Skjold
2026-03-26 14:16:27 +01:00
parent e91ef1a98c
commit ecd7017ac5
10 changed files with 637 additions and 531 deletions

View File

@@ -9,6 +9,12 @@
#include <EEPROM.h>
#include "Arduino.h"
#if defined(ESP8266)
#define BUF_SIZE_COMMON 1024
#else
#define BUF_SIZE_COMMON 4096
#endif
#define EEPROM_SIZE 1024*3
#define EEPROM_EXPECTED_VERSION 104 // Used to check if config is stored. Change if structure changes
#define EEPROM_CLEARED_INDICATOR 0xFC