From 7c1454540c3b14cd1b98b4afcc238c7dc0814d74 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Thu, 4 Jul 2024 00:53:03 -0400 Subject: [PATCH] . --- ESP32_Temperture-Node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_Temperture-Node/README.md b/ESP32_Temperture-Node/README.md index 062c254e9..d532691c9 100644 --- a/ESP32_Temperture-Node/README.md +++ b/ESP32_Temperture-Node/README.md @@ -64,7 +64,7 @@ connection.setServer(mqtt_server, 8883); // mqtt_server -> 192.168.50.16

secrets.h

> [!NOTE] -> Create file called secrets.h to store configuration information about Wi-Fi, and encryption keys, but exclude it from being pushed to GitHub +> Create file called secrets.h to store configuration information about Wi-Fi, and encryption keys. Add entry to .gitignore file to exclude secrets.h from being pushed to GitHub ```text const char* WIFI_SSID = "IoT_bots";