update to 1.3.2

This commit is contained in:
Yurii
2023-10-21 03:02:38 +03:00
parent 5fba94312b
commit 5c0dfc544e
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH
upload_speed = 921600 upload_speed = 921600
monitor_speed = 115200 monitor_speed = 115200
extra_scripts = post:build.py extra_scripts = post:build.py
version = 1.3.1 version = 1.3.2
[env:d1_mini] [env:d1_mini]
board = d1_mini board = d1_mini

View File

@@ -1,4 +1,4 @@
#define OT_GATEWAY_VERSION "1.3.1" #define OT_GATEWAY_VERSION "1.3.2"
#define AP_SSID "OpenTherm Gateway" #define AP_SSID "OpenTherm Gateway"
#define AP_PASSWORD "otgateway123456" #define AP_PASSWORD "otgateway123456"
#define USE_TELNET #define USE_TELNET