1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-24 16:42:31 +03:00
This commit is contained in:
brentru
2025-07-14 16:09:00 -04:00
parent cfb5e84f05
commit 380b3b5094

View File

@ -49,7 +49,7 @@ Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO
* to ESP32 which has certificate verification by storing root certs and having a
* chain-of-trust rather than doing individual certificate fingerprints.
*/
static const char *fingerprint PROGMEM = "47:D2:CB:14:DF:38:97:59:C6:65:1A:1F:3E:00:1E:53:CC:A5:17:E0";
static const char *fingerprint PROGMEM = "47 D2 CB 14 DF 38 97 59 C6 65 1A 1F 3E 00 1E 53 CC A5 17 E0";
/****************************** Feeds ***************************************/