Skip to content

Commit 1bd40ec

Browse files
committed
Add new WINC1500 19.6.1 firmware
1 parent a2633eb commit 1bd40ec

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
351 KB
Binary file not shown.

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

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public UpdaterImpl() throws Exception {
6464
});
6565
Base.setIcon(this);
6666

67+
fwAvailable.add(new WINCFlasher("WINC1501 Model B", "19.6.1", "firmwares/WINC1500/19.6.1/m2m_aio_3a0.bin", true, new ArrayList<String>(asList("Arduino/Genuino MKR1000"))));
6768
fwAvailable.add(new WINCFlasher("WINC1501 Model B", "19.5.4", "firmwares/WINC1500/19.5.4/m2m_aio_3a0.bin", true, new ArrayList<String>(asList("Arduino/Genuino MKR1000"))));
6869
fwAvailable.add(new WINCFlasher("WINC1501 Model B", "19.5.2", "firmwares/WINC1500/19.5.2/m2m_aio_3a0.bin", true, new ArrayList<String>(asList("Arduino/Genuino MKR1000"))));
6970
fwAvailable.add(new WINCFlasher("WINC1501 Model B", "19.4.4", "firmwares/WINC1500/19.4.4/m2m_aio_3a0.bin", true, new ArrayList<String>(asList("Arduino/Genuino MKR1000"))));

0 commit comments

Comments
 (0)