Modification de l'adresse IP du brocker MQTT

main
Alex 2023-10-19 21:15:24 +02:00
parent 78f085915d
commit 22326398a5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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