added defines for Versioning

This commit is contained in:
Marcel Peterkau 2023-04-12 22:47:56 +02:00
parent 4d0a9918ce
commit 9e1a4d821f

View File

@ -40,6 +40,9 @@
#define I2C_POWER_ADDRESS 0x40
#define I2C_EEPROM_ADDRESS 0x50
#define SW_VERSION 1.0
#define FLASH_FS_VERSION 1.0
#ifndef OTA_DELAY
#define OTA_DELAY 50 // ticks -> 10ms / tick
#endif