From dba39869d133e240e59904f7be55bac54d4778fa Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 26 Oct 2021 21:12:00 +0200 Subject: [PATCH] use shorter valid firmeware name --- esp32/include/ControllerConfiguration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32/include/ControllerConfiguration.h b/esp32/include/ControllerConfiguration.h index 8326f9c..430c26e 100644 --- a/esp32/include/ControllerConfiguration.h +++ b/esp32/include/ControllerConfiguration.h @@ -82,7 +82,7 @@ /** \addtogroup Configuration * @{ */ -#define FIRMWARE_VERSION "sw 2.0 hw 0.10_no_sensor_caps" +#define FIRMWARE_VERSION "sw 2.0 hw 0.10b" #define TIMED_LIGHT_PIN CUSTOM1_PIN5 //#define FLOWMETER_PIN CUSTOM1_PIN1