You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-24 16:42:31 +03:00
Remove :
This commit is contained in:
@ -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 ***************************************/
|
||||
|
||||
|
Reference in New Issue
Block a user