Skip to content

Commit b0ab27c

Browse files
ankitdafcmaglie
authored andcommitted
Update ArduinoWifiShield_upgrade.sh
File path should be updated, is wrong currently, will throw an error saying files missing.
1 parent 81a5352 commit b0ab27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/avr/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.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/wifishield/binary"
3+
WIFI_FW_PATH="/hardware/arduino/avr/firmwares/wifishield/binary"
44
AVR_TOOLS_PATH="/hardware/tools/avr/bin"
55

66
TARGET_MICRO="at32uc3a1256"

0 commit comments

Comments
 (0)