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

Merge pull request #2118 from benoit-artefactlabs/wifishield-upgrade-firmware-mac-path

corrected wrong path to firmware binaries in wifishield upgrade script f...
This commit is contained in:
Cristian Maglie
2014-07-01 18:52:41 +02:00

View File

@ -1,6 +1,6 @@
#!/bin/sh
WIFI_FW_PATH="/hardware/arduino/firmwares/wifi-shield"
WIFI_FW_PATH="/hardware/arduino/firmwares/wifishield/binary"
AVR_TOOLS_PATH="/hardware/tools/avr/bin"
progname=$0