Skip to content

Commit 5e6cb31

Browse files
committed
Merge pull request #2118 from benoit-artefactlabs/wifishield-upgrade-firmware-mac-path
corrected wrong path to firmware binaries in wifishield upgrade script f...
2 parents 42d38c8 + 5c98718 commit 5e6cb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade_mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
WIFI_FW_PATH="/hardware/arduino/firmwares/wifi-shield"
3+
WIFI_FW_PATH="/hardware/arduino/firmwares/wifishield/binary"
44
AVR_TOOLS_PATH="/hardware/tools/avr/bin"
55

66
progname=$0

0 commit comments

Comments
 (0)