Skip to content

Commit 380b3b5

Browse files
committed
Remove :
1 parent cfb5e84 commit 380b3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/adafruitio_secure_esp8266/adafruitio_secure_esp8266.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Adafruit_MQTT_Client mqtt(&client, AIO_SERVER, AIO_SERVERPORT, AIO_USERNAME, AIO
4949
* to ESP32 which has certificate verification by storing root certs and having a
5050
* chain-of-trust rather than doing individual certificate fingerprints.
5151
*/
52-
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";
52+
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";
5353

5454
/****************************** Feeds ***************************************/
5555

0 commit comments

Comments
 (0)