diff --git a/src/config/System.h b/src/config/System.h index 61fb742..1d88ec1 100644 --- a/src/config/System.h +++ b/src/config/System.h @@ -3,7 +3,7 @@ #define CONFIG_ADDR 0 ///< Address of the config block in the I2C EEPROM chip. #define CONFIG_RESERVED_SIZE 128 ///< Reserved size for the config block in the I2C EEPROM chip. #define CONFIG_SEED 14 ///< Seed use to detect invalid or outdate configuration data. -#define VERSION "1.43" /// Version string, only used for indicative purpose. +#define VERSION "1.44" /// Version string, only used for indicative purpose. /**