diff options
author | Ankit Daftery <ankitdaf@gmail.com> | 2014-06-24 10:29:31 +0530 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-07-01 19:09:49 +0200 |
commit | 684e152fee55ecda3d32eee93b3159e9a17dbe08 (patch) | |
tree | 3bc9c32c92d4aeca2d55ea6cddb36aa8d479730e | |
parent | f4fad5f1a4ef0692d2665050e314af25df805857 (diff) |
Update ArduinoWifiShield_upgrade.sh
File path should be updated, is wrong currently, will throw an error saying files missing.
-rwxr-xr-x | firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh b/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh index d9a9e02..e3a7d7f 100755 --- a/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh +++ b/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade.sh @@ -1,6 +1,6 @@ #!/bin/sh -WIFI_FW_PATH="/hardware/arduino/firmwares/wifishield/binary" +WIFI_FW_PATH="/hardware/arduino/avr/firmwares/wifishield/binary" AVR_TOOLS_PATH="/hardware/tools/avr/bin" TARGET_MICRO="at32uc3a1256" |