mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +01:00
corrected wrong path to firmware binaries in wifishield upgrade script for mac
This commit is contained in:
parent
1918966aef
commit
d460dd6683
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/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"
|
AVR_TOOLS_PATH="/hardware/tools/avr/bin"
|
||||||
|
|
||||||
progname=$0
|
progname=$0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user