1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

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

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/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" AVR_TOOLS_PATH="/hardware/tools/avr/bin"
TARGET_MICRO="at32uc3a1256" TARGET_MICRO="at32uc3a1256"