File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
hardware/arduino/avr/firmwares/wifishield/scripts Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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+
5861ARDUINO 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+
320326ARDUINO 1.0.5-r2 - 2014.01.08
321327
322328* Signed drivers for Windows 8.1
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- WIFI_FW_PATH=" /hardware/arduino/firmwares/wifi-shield "
3+ WIFI_FW_PATH=" /hardware/arduino/firmwares/wifishield/binary "
44AVR_TOOLS_PATH=" /hardware/tools/avr/bin"
55
66progname=$0
You can’t perform that action at this time.
0 commit comments