Skip to content

Commit 81a5352

Browse files
committed
Merge branch 'master' into ide-1.5.x
2 parents 70ec1ab + 494d3de commit 81a5352

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build/shared/revisions.txt

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ The following changes are included also in the (not yet released) Arduino IDE 1.
5555
* Esplora: added reading form Tinkerkit inputs
5656
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
5757

58+
[firmware]
59+
* Wifishield: fixed paths on firmware upgrade scripts
60+
5861
ARDUINO 1.5.6-r2 BETA 2014.02.21
5962

6063
[ide]
@@ -317,6 +320,9 @@ ARDUINO 1.0.6 - not yet released
317320
* Esplora: added reading form Tinkerkit inputs
318321
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
319322

323+
[firmware]
324+
* Wifishield: fixed paths on firmware upgrade scripts
325+
320326
ARDUINO 1.0.5-r2 - 2014.01.08
321327

322328
* Signed drivers for Windows 8.1

hardware/arduino/avr/firmwares/wifishield/scripts/ArduinoWifiShield_upgrade_mac.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
WIFI_FW_PATH="/hardware/arduino/firmwares/wifi-shield"
3+
WIFI_FW_PATH="/hardware/arduino/firmwares/wifishield/binary"
44
AVR_TOOLS_PATH="/hardware/tools/avr/bin"
55

66
progname=$0

0 commit comments

Comments
 (0)