From 6f6d343bdbbfcdbf852f3b5f0345d43d142650b0 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Thu, 13 May 2021 08:14:07 +0200 Subject: [PATCH] bump version --- code/WemosWeatherStation/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WemosWeatherStation/const.h b/code/WemosWeatherStation/const.h index 7f35af6..c79758f 100644 --- a/code/WemosWeatherStation/const.h +++ b/code/WemosWeatherStation/const.h @@ -1,5 +1,5 @@ #define DEVICE_NAME "meteo" // used for MQTT, OTA, AP -#define FW_VERSION "1.0.0" +#define FW_VERSION "1.0.1" #define CONFIG_PATH "/config.json" #define CONFIG_AP_SSID DEVICE_NAME "_config"