mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 02:34:29 +05:00
added external pump control
This commit is contained in:
@@ -13,7 +13,8 @@ framework = arduino
|
||||
lib_deps =
|
||||
;arduino-libraries/NTPClient@^3.2.1
|
||||
bblanchon/ArduinoJson@^6.20.0
|
||||
ihormelnyk/OpenTherm Library@^1.1.4
|
||||
;ihormelnyk/OpenTherm Library@^1.1.4
|
||||
https://github.com/Laxilef/opentherm_library/archive/refs/heads/master.zip
|
||||
knolleary/PubSubClient@^2.8
|
||||
bblanchon/StreamUtils@^1.7.3
|
||||
lennarthennigs/ESP Telnet@^2.1.2
|
||||
@@ -31,7 +32,7 @@ build_flags =
|
||||
-D USE_TELNET=1
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
version = 1.3.4
|
||||
version = 1.4.0
|
||||
|
||||
; Defaults
|
||||
[esp8266_defaults]
|
||||
@@ -167,7 +168,7 @@ build_flags =
|
||||
;-D DEBUG_BY_DEFAULT=1
|
||||
;-D WM_DEBUG_MODE=3
|
||||
|
||||
[env:wemos_d1_mini32]
|
||||
[env:d1_mini32]
|
||||
platform = ${esp32_defaults.platform}
|
||||
board = wemos_d1_mini32
|
||||
lib_deps = ${esp32_defaults.lib_deps}
|
||||
|
||||
Reference in New Issue
Block a user