From 7cbc52a8b0b459880bb25fc02224826d19791cde Mon Sep 17 00:00:00 2001 From: Yurii Date: Fri, 1 Mar 2024 00:26:41 +0300 Subject: [PATCH] chore: bump version --- README.md | 4 ++-- platformio.ini | 2 +- src/defines.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e19c160..4edf667 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - PID - Equithermic curves - adjusts the temperature based on indoor and outdoor temperatures - Hysteresis setting (for accurate maintenance of room temperature) -- Ability to connect an external sensors to monitor outdoor and indoor temperature ([compatible sensors](#compatible-temperature-sensors)) +- Ability to connect an external sensors to monitor outdoor and indoor temperature ([compatible sensors](https://github.com/Laxilef/OTGateway/wiki/Compatibility#temperature-sensors)) - Emergency mode. If the Wi-Fi connection is lost or the gateway cannot connect to the MQTT server, the mode will turn on. This mode will automatically maintain the set temperature and prevent your home from freezing. In this mode it is also possible to use equithermal curves (weather-compensated control). - Automatic error reset (not with all boilers) - Diagnostics: @@ -72,7 +72,7 @@ All available information and instructions can be found in the wiki: - [ESP32Scheduler](https://github.com/laxilef/ESP32Scheduler) (for ESP32) - [ArduinoJson](https://github.com/bblanchon/ArduinoJson) - [OpenTherm Library](https://github.com/ihormelnyk/opentherm_library) -- [ArduinoMqttClient](https://github.com/arduino-libraries/ArduinoMqttClient) / +- [ArduinoMqttClient](https://github.com/arduino-libraries/ArduinoMqttClient) - [ESPTelnet](https://github.com/LennartHennigs/ESPTelnet) - [FileData](https://github.com/GyverLibs/FileData) - [GyverPID](https://github.com/GyverLibs/GyverPID) diff --git a/platformio.ini b/platformio.ini index 9a3358d..08d1800 100644 --- a/platformio.ini +++ b/platformio.ini @@ -51,7 +51,7 @@ monitor_speed = 115200 monitor_filters = direct board_build.flash_mode = dio board_build.filesystem = littlefs -version = 1.4.0-rc.15 +version = 1.4.0-rc.16 ; Defaults [esp8266_defaults] diff --git a/src/defines.h b/src/defines.h index 57a1b5e..0e4586d 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,5 +1,5 @@ #define PROJECT_NAME "OpenTherm Gateway" -#define PROJECT_VERSION "1.4.0-rc.15" +#define PROJECT_VERSION "1.4.0-rc.16" #define PROJECT_REPO "https://github.com/Laxilef/OTGateway" #define EMERGENCY_TIME_TRESHOLD 120000