From fa2f878fc1e5d402281d2afd153d8f283c08b6e2 Mon Sep 17 00:00:00 2001 From: Lakshitha Kaveen Date: Mon, 29 Jan 2024 00:27:40 +0530 Subject: [PATCH] Update Identify_Wifi_ESP.ino --- .../Identify_Wifi_ESP/Identify_Wifi_ESP.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/Stationary Objects/Identify_Wifi_ESP/Identify_Wifi_ESP.ino b/code/Stationary Objects/Identify_Wifi_ESP/Identify_Wifi_ESP.ino index a850d97..3877ec2 100644 --- a/code/Stationary Objects/Identify_Wifi_ESP/Identify_Wifi_ESP.ino +++ b/code/Stationary Objects/Identify_Wifi_ESP/Identify_Wifi_ESP.ino @@ -3,12 +3,12 @@ #include // WiFi credentials -const char* ssid = "SLT-4G_166F33"; -const char* password = "F568A2FF"; +const char* ssid = ""; +const char* password = ""; // AWS IoT credentials -const char* aws_endpoint = "a2leuqp8y2i70g-ats.iot.ap-southeast-1.amazonaws.com"; // Your AWS IoT endpoint -const char* aws_topic = "pir/1/pub"; // Your MQTT topic +const char* aws_endpoint = ""; // Your AWS IoT endpoint +const char* aws_topic = ""; // Your MQTT topic // Certificates and private key const char* root_ca = R"EOF(