diff --git a/src/config.h b/src/config.h index e1d3571..71c9989 100644 --- a/src/config.h +++ b/src/config.h @@ -23,8 +23,8 @@ void config_boot_normal(); uint8_t input_delay(uint8_t input); #define CONFIG_MODULE_TYPE 0x15 -#define CONFIG_FW_MAJOR 0 -#define CONFIG_FW_MINOR 1 +#define CONFIG_FW_MAJOR 1 +#define CONFIG_FW_MINOR 0 #define CONFIG_PROTO_MAJOR 4 #define CONFIG_PROTO_MINOR 0