Update secrets.h

This commit is contained in:
Michael Ammann
2022-03-09 10:28:50 +01:00
committed by GitHub
parent 32b46c332c
commit e6d910310a
@@ -15,6 +15,9 @@ const char MQTT_TOPIC_KEY[] = "/pp/key/ip";
// <Your PointPerfect Thing> -> Credentials -> IP correction topic for EU/US region // <Your PointPerfect Thing> -> Credentials -> IP correction topic for EU/US region
const char MQTT_TOPIC_SPARTN[] = "/pp/ip/us"; // choice of {eu, us} const char MQTT_TOPIC_SPARTN[] = "/pp/ip/us"; // choice of {eu, us}
// <Your PointPerfect Thing> -> Credentials -> Client Id
static const char MQTT_CLIENT_ID = "<ADD YOUR CLIENT ID HERE>";
// <Your PointPerfect Thing> -> Credentials -> Amazon Root Certificate // <Your PointPerfect Thing> -> Credentials -> Amazon Root Certificate
static const char AWS_CERT_CA[] PROGMEM = R"EOF( static const char AWS_CERT_CA[] PROGMEM = R"EOF(
-----BEGIN CERTIFICATE----- -----BEGIN CERTIFICATE-----