changed PurgePulse Vars to uint16_t

This commit is contained in:
2022-08-21 15:47:22 +02:00
parent 4ce550c668
commit 0e34e7121f
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ I2C_eeprom ee(0x50, EEPROM_SIZE_BYTES);
LubeConfig_t LubeConfig;
persistenceData_t PersistenceData;
const uint16_t eeVersion = 1; // inc
const uint16_t eeVersion = 2; // inc
boolean eeAvailable = false;
const uint16_t startofLubeConfig = 16;