mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user