Skip to content

Commit ef63307

Browse files
authored
Merge pull request #11 from sandeepmistry/firmware-19.5.4
Add new WINC1500 19.5.4 firmware
2 parents 7ce5328 + 0cf460f commit ef63307

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
REV=0.9.1
3030
ZIP_FILENAME=WiFi101-Updater-ArduinoIDE-Plugin-$REV
31-
REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar"
31+
REQUIRED_JARS="pde.jar arduino-core.jar jssc-2.8.0-arduino1.jar bcpg-jdk15on-152.jar bcprov-jdk15on-152.jar"
3232

3333
# Check existence of the IDE folder
3434
if [[ -z "$IDE_FOLDER" ]]; then

firmwares/19.5.4/m2m_aio_3a0.bin

404 KB
Binary file not shown.

src/cc/arduino/plugins/wifi101/firmwares/WINC1500Firmware.java

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
public class WINC1500Firmware {
3838

3939
public static WINC1500Firmware available[] = new WINC1500Firmware[] {
40+
new WINC1500Firmware("WINC1501 Model B", "19.5.4", "firmwares/19.5.4/m2m_aio_3a0.bin"),
4041
new WINC1500Firmware("WINC1501 Model B", "19.5.2", "firmwares/19.5.2/m2m_aio_3a0.bin"),
4142
new WINC1500Firmware("WINC1501 Model B", "19.4.4", "firmwares/19.4.4/m2m_aio_3a0.bin"),
4243
new WINC1500Firmware("WINC1501 Model A", "19.4.4", "firmwares/19.4.4/m2m_aio_2b0.bin") };

0 commit comments

Comments
 (0)