mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01: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:
commit
fe78ffe429
@ -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