From 22326398a54dba5a0ed96fd3f4c3bc2a39032f45 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 19 Oct 2023 21:15:24 +0200 Subject: [PATCH] Modification de l'adresse IP du brocker MQTT --- platformio.ini | 2 +- src/my_MQTT.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 20dd2e5..07cebcf 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 diff --git a/src/my_MQTT.h b/src/my_MQTT.h index 3469da9..1e53377 100644 --- a/src/my_MQTT.h +++ b/src/my_MQTT.h @@ -1,6 +1,6 @@ // MQTT client #include -#define MQTT_broker "192.168.0.11" +#define MQTT_broker "192.168.100.11" #define MQTT_port 1883 #define MQTT_user "" #define MQTT_password ""