new mqtt server and fix missing library
This commit is contained in:
parent
74be2550cc
commit
6bb2364474
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "HOSTNAME",
|
||||
"device_id": "HOSTNAME",
|
||||
"device_id": "DEVICENAME",
|
||||
"wifi": {
|
||||
"ssid": "WIFISSID",
|
||||
"password": "WIFIPASS"
|
||||
"ssid": "SSID",
|
||||
"password": "password"
|
||||
},
|
||||
"mqtt": {
|
||||
"host": "raum.ctdo.de",
|
||||
"host": "hass.ctdo.de",
|
||||
"port": 1883,
|
||||
"auth": false
|
||||
},
|
||||
|
|
|
@ -23,6 +23,7 @@ lib_deps =
|
|||
https://github.com/PaulStoffregen/Encoder.git
|
||||
https://github.com/adafruit/DHT-sensor-library
|
||||
https://github.com/adafruit/Adafruit_Sensor
|
||||
thomasfredericks/Bounce2
|
||||
|
||||
[env:d1_minidebug]
|
||||
platform = espressif8266
|
||||
|
|
Loading…
Reference in New Issue