File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
* important - please switch to using the modern ESP32 (and related models)
30
30
* instead of the ESP8266 to avoid updating the SSL fingerprint every year.
31
31
*
32
+ * The commented-out fingerprint below was last updated on 07/14/2025.
33
+ *
32
34
* If you've read through this and still want to use "Secure MQTT" with your
33
35
* ESP8266 project, we've left the "WiFiClientSecure" lines commented out. To
34
36
* use them, uncomment the commented out lines within this file and re-compile
35
37
* the library.
36
38
*/
37
- // static const char *fingerprint PROGMEM = "4E C1 52 73 24 A8 36 D6 7A 4C 67
38
- // C7 91 0C 0A 22 B9 2D 5B CA ";
39
+ // static const char *fingerprint PROGMEM = "47 D2 CB 14 DF 38 97 59 C6 65 1A
40
+ // 1F 3E 00 1E 53 CC A5 17 E0 ";
39
41
40
42
extern Wippersnapper WS;
41
43
You can’t perform that action at this time.
0 commit comments