update IPs: mqtt and ntp
This commit is contained in:
parent
55782b7538
commit
2b5fa8249e
@ -3,7 +3,7 @@
|
||||
#include <ArduinoJson.h>
|
||||
#include "ha.h"
|
||||
|
||||
#define MQTT_HOST IPAddress(192, 168, 5, 138)
|
||||
#define MQTT_HOST IPAddress(192, 168, 5, 11)
|
||||
#define MQTT_PORT 1883
|
||||
|
||||
namespace Mqtt {
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
namespace Ntp {
|
||||
|
||||
WiFiUDP ntpUDP;
|
||||
NTPClient timeClient(ntpUDP, "europe.pool.ntp.org");
|
||||
NTPClient timeClient(ntpUDP, "192.168.6.1");
|
||||
|
||||
// Central European Time (Frankfurt, Paris)
|
||||
TimeChangeRule CEST = { "CEST", Last, Sun, Mar, 2, 120 }; // Central European Summer Time
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user