Kuhnya Changed IP for MQTT. Added JLed
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <EEPROM.h>
|
||||
#include <Ticker.h>
|
||||
#include <AsyncMqttClient.h>
|
||||
#include <jled.h>
|
||||
|
||||
//#include <Adafruit_BME280.h>
|
||||
|
||||
@@ -36,7 +37,7 @@ uint16_t stat[4];
|
||||
|
||||
const char* ssid = "wf-home";
|
||||
const char* password = "0ndthnrf";
|
||||
const char* mqtt_server = "192.168.1.111";
|
||||
const char* mqtt_server = "192.168.1.10";
|
||||
#define TOPIC "home/"
|
||||
|
||||
unsigned long crun;
|
||||
|
||||
Reference in New Issue
Block a user