update IPs: mqtt and ntp

This commit is contained in:
Nicu Hodos 2023-01-19 23:15:29 +01:00
parent 55782b7538
commit 2b5fa8249e
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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