Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxilef committed Feb 5, 2024
1 parent b421780 commit 1a03117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extra_configs = secrets.default.ini
[env]
framework = arduino
lib_deps =
bblanchon/ArduinoJson@^7.0.2
bblanchon/ArduinoJson@^7.0.3
;ihormelnyk/OpenTherm Library@^1.1.4
https://github.com/Laxilef/opentherm_library/archive/refs/heads/fix_start_bit.zip
arduino-libraries/ArduinoMqttClient@^0.1.8
Expand Down Expand Up @@ -51,7 +51,7 @@ monitor_speed = 115200
monitor_filters = direct
board_build.flash_mode = dio
board_build.filesystem = littlefs
version = 1.4.0-rc.13
version = 1.4.0-rc.14

; Defaults
[esp8266_defaults]
Expand All @@ -65,8 +65,6 @@ extra_scripts =
build_flags = ${env.build_flags}
board_build.ldscript = eagle.flash.1m256.ld
;board_build.ldscript = eagle.flash.4m1m.ld
platform_packages =
framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git

[esp32_defaults]
platform = espressif32
Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define PROJECT_NAME "OpenTherm Gateway"
#define PROJECT_VERSION "1.4.0-rc.13"
#define PROJECT_VERSION "1.4.0-rc.14"
#define PROJECT_REPO "https://github.com/Laxilef/OTGateway"

#define EMERGENCY_TIME_TRESHOLD 120000
Expand Down

0 comments on commit 1a03117

Please sign in to comment.