From 79353ea37bf39f6b0d86776b682ec13522967301 Mon Sep 17 00:00:00 2001 From: sensorsiot Date: Mon, 23 May 2022 21:25:26 +0200 Subject: [PATCH] Transferred MQTT_BROKER, too --- Examples/FDRS_Install/fdrs_credentials.h | 3 +-- Examples/FDRS_Install/fdrs_defaults.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/FDRS_Install/fdrs_credentials.h b/Examples/FDRS_Install/fdrs_credentials.h index 1491965..e2a62ee 100644 --- a/Examples/FDRS_Install/fdrs_credentials.h +++ b/Examples/FDRS_Install/fdrs_credentials.h @@ -1,3 +1,2 @@ #define my_SSID "" -#define my_PASSWORD "" -#define my_MQTT_BROKER "192.168.0.203" \ No newline at end of file +#define my_PASSWORD "" \ No newline at end of file diff --git a/Examples/FDRS_Install/fdrs_defaults.h b/Examples/FDRS_Install/fdrs_defaults.h index f88c0bb..195ca61 100644 --- a/Examples/FDRS_Install/fdrs_defaults.h +++ b/Examples/FDRS_Install/fdrs_defaults.h @@ -7,6 +7,7 @@ #define my_BAND 433.2E6 #define my_SF 7 +#define my_MQTT_BROKER "192.168.0.203" #define ESPNOW1_DELAY 0 #define ESPNOW2_DELAY 0