chore: bump version to 1.4.0-rc.5

This commit is contained in:
Yurii
2023-12-21 18:56:03 +03:00
parent 68f412e670
commit 83347765a8
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ lib_deps =
https://github.com/Laxilef/opentherm_library/archive/refs/heads/dev.zip https://github.com/Laxilef/opentherm_library/archive/refs/heads/dev.zip
knolleary/PubSubClient@^2.8 knolleary/PubSubClient@^2.8
;lennarthennigs/ESP Telnet@^2.1.2 ;lennarthennigs/ESP Telnet@^2.1.2
https://github.com/Laxilef/ESPTelnet/archive/refs/heads/rc.zip https://github.com/Laxilef/ESPTelnet/archive/refs/heads/alt_fix_freeze.zip
gyverlibs/EEManager@^2.0 gyverlibs/EEManager@^2.0
;gyverlibs/GyverPID@^3.3 ;gyverlibs/GyverPID@^3.3
https://github.com/Laxilef/GyverPID/archive/refs/heads/feat_change_dt_type.zip https://github.com/Laxilef/GyverPID/archive/refs/heads/feat_change_dt_type.zip
@@ -34,7 +34,7 @@ build_flags =
-D USE_TELNET=1 -D USE_TELNET=1
upload_speed = 921600 upload_speed = 921600
monitor_speed = 115200 monitor_speed = 115200
version = 1.4.0-rc.4 version = 1.4.0-rc.5
; Defaults ; Defaults
[esp8266_defaults] [esp8266_defaults]

View File

@@ -1,5 +1,5 @@
#define PROJECT_NAME "OpenTherm Gateway" #define PROJECT_NAME "OpenTherm Gateway"
#define PROJECT_VERSION "1.4.0-rc.4" #define PROJECT_VERSION "1.4.0-rc.5"
#define PROJECT_REPO "https://github.com/Laxilef/OTGateway" #define PROJECT_REPO "https://github.com/Laxilef/OTGateway"
#define AP_SSID "OpenTherm Gateway" #define AP_SSID "OpenTherm Gateway"
#define AP_PASSWORD "otgateway123456" #define AP_PASSWORD "otgateway123456"