Update ArduinoWifiShield_upgrade.sh

File path should be updated, is wrong currently, will throw an error saying files missing.
This commit is contained in:
Ankit Daftery 2014-06-24 10:29:31 +05:30 committed by Cristian Maglie
parent 81a5352811
commit b0ab27c47e
1 changed files with 1 additions and 1 deletions

View File

@ -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"