We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2934f3 + aec4a74 commit 92cad96Copy full SHA for 92cad96
examples/OTA_GitHub_Server/OTA_GitHub_Server.ino
@@ -11,8 +11,8 @@
11
* B) ./bin2ota.py ESP SKETCH.lzss SKETCH.ota
12
* 4) Upload the OTA file to a network reachable location, e.g. LOLIN_32_Blink.ino.ota
13
* has been uploaded to: http://downloads.arduino.cc/ota/LOLIN_32_Blink.ino.ota
14
- * 5) Verify if a custom ca_cert is needed by default Amazon root CA are used
15
- * https://www.amazontrust.com/repository/
+ * 5) Verify if a custom ca_cert is needed by default DigiCert root CA are used
+ * https://www.digicert.com/kb/digicert-root-certificates.htm
16
* 6) Perform an OTA update via steps outlined below.
17
*/
18
0 commit comments