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"