Skip to content

Commit

Permalink
Merge pull request #139 from lakshithaKaveen/main
Browse files Browse the repository at this point in the history
update file
  • Loading branch information
lakshithaKaveen authored Jan 28, 2024
2 parents 90c5cf3 + 9333119 commit 2e42e39
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#include <PubSubClient.h>

// 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(
Expand Down

0 comments on commit 2e42e39

Please sign in to comment.