1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

corrected wrong path to firmware binaries in wifishield upgrade script for mac

This commit is contained in:
benoit.git
2014-06-08 00:01:40 +02:00
parent 1918966aef
commit d460dd6683

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