File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ class AdafruitIOGroupCallback {
115115#define AIO_ERROR_TOPIC " /errors" // /< Adafruit IO Error MQTT Topic
116116#define AIO_THROTTLE_TOPIC " /throttle" // /< Adafruit IO Throttle MQTT Topic
117117
118- /* NB : io.adafruit.com TLS/SSL certificate changes every 6months, and pinning
118+ /* NOTE : io.adafruit.com TLS/SSL certificate changes every 6months, and pinning
119119certificates is no longer recommended. Migrate to a larger MCU like ESP32
120120which can accomodate root certificates and verify chains of trust. */
121121/* For older devices like ESP8266 you can generate the latest fingerprint with:
Original file line number Diff line number Diff line change 2525/* NOTE - Projects that require "Secure MQTT" (TLS/SSL) also require a new
2626 * SSL certificate every year. If adding Secure MQTT to your ESP8266 project is
2727 * important - please switch to using the modern ESP32 (and related models)
28- * instead of the ESP8266 to avoid updating the SSL fingerprint every 6months .
28+ * instead of the ESP8266 to avoid updating the SSL fingerprint every 6 months .
2929 *
3030 * If you've read through this and still want to use "Secure MQTT" with your
3131 * ESP8266 project, we've left the "WiFiClientSecure" lines commented out. To
You can’t perform that action at this time.
0 commit comments