WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[skip-changelog] Correct Google TLD in certificates flash example commands (#125)
Previously, the `arduino-fwuploader certificates flash` example commands in the command line help and "Usage"
documentation used the domain `google.cc` for the download of the Google SSL certificate. Although it does work
(`google.cc` redirects to `google.com`), I suspect the use of the `.cc` TLD was accidental, originating from the correct
use of that TLD for the Arduino certificate domain.
The commands are hereby updated to use `google.com`.
0 commit comments