Modification de l'adresse IP du brocker MQTT
This commit is contained in:
parent
78f085915d
commit
22326398a5
@ -12,7 +12,7 @@
|
||||
platform = espressif8266
|
||||
board = nodemcuv2
|
||||
monitor_speed = 115200
|
||||
upload_port = COM11
|
||||
upload_port = COM13
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
adafruit/Adafruit NeoPixel@^1.10.4
|
||||
|
@ -1,6 +1,6 @@
|
||||
// MQTT client
|
||||
#include <PubSubClient.h>
|
||||
#define MQTT_broker "192.168.0.11"
|
||||
#define MQTT_broker "192.168.100.11"
|
||||
#define MQTT_port 1883
|
||||
#define MQTT_user ""
|
||||
#define MQTT_password ""
|
||||
|
Loading…
Reference in New Issue
Block a user