Skip to content

Commit 5204518

Browse files
committed
Added arduino.cc and cloud.arduino.cc as default
1 parent 320a3f2 commit 5204518

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/cc/arduino/plugins/wifi101/UpdaterImpl.java

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ public UpdaterImpl() throws Exception {
5555

5656
refreshSerialPortList();
5757

58+
websites.add("arduino.cc:443");
59+
websites.add("cloud.arduino.cc:443");
60+
61+
refreshCertList();
62+
5863
// flasher = new CLIFlasher() {
5964
flasher = new JavaFlasher() {
6065
@Override

0 commit comments

Comments
 (0)