mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
Use platformio and more updates
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
#define OT_GATEWAY_VERSION "1.0.7"
|
||||
#define OT_GATEWAY_VERSION "1.2.1"
|
||||
#define AP_SSID "OpenTherm Gateway"
|
||||
#define AP_PASSWORD "otgateway123456"
|
||||
#define USE_TELNET
|
||||
|
||||
#define EMERGENCY_TRESHOLD 10
|
||||
#define EMERGENCY_TIME_TRESHOLD 120000
|
||||
#define MQTT_RECONNECT_INTERVAL 5000
|
||||
#define MQTT_KEEPALIVE 30
|
||||
|
||||
#define OPENTHERM_IN_PIN 4
|
||||
#define OPENTHERM_OUT_PIN 5
|
||||
#define OPENTHERM_OFFLINE_TRESHOLD 10
|
||||
|
||||
#define DS18B20_PIN 2
|
||||
@@ -16,6 +15,9 @@
|
||||
#define DS_CHECK_CRC true
|
||||
#define DS_CRC_USE_TABLE true
|
||||
|
||||
#define LED_STATUS_PIN 13
|
||||
#define LED_OT_RX_PIN 15
|
||||
|
||||
#define CONFIG_URL "http://%s/"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user