bump version to 1.4.0-rc.4

This commit is contained in:
Yurii
2023-12-20 08:14:46 +03:00
parent f4fe8c7366
commit e9bb3e46c8
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ lib_deps =
;lennarthennigs/ESP Telnet@^2.1.2 ;lennarthennigs/ESP Telnet@^2.1.2
https://github.com/Laxilef/ESPTelnet/archive/refs/heads/master.zip https://github.com/Laxilef/ESPTelnet/archive/refs/heads/master.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
gyverlibs/GyverBlinker@^1.0 gyverlibs/GyverBlinker@^1.0
milesburton/DallasTemperature@^3.11.0 milesburton/DallasTemperature@^3.11.0
laxilef/TinyLogger@^1.0.9 laxilef/TinyLogger@^1.0.9
@@ -33,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.3 version = 1.4.0-rc.4
; 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.3" #define PROJECT_VERSION "1.4.0-rc.4"
#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"