File tree 2 files changed +7
-1
lines changed
hardware/arduino/avr/firmwares/wifishield/scripts
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.
55
55
* Esplora: added reading form Tinkerkit inputs
56
56
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
57
57
58
+ [firmware]
59
+ * Wifishield: fixed paths on firmware upgrade scripts
60
+
58
61
ARDUINO 1.5.6-r2 BETA 2014.02.21
59
62
60
63
[ide]
@@ -317,6 +320,9 @@ ARDUINO 1.0.6 - not yet released
317
320
* Esplora: added reading form Tinkerkit inputs
318
321
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
319
322
323
+ [firmware]
324
+ * Wifishield: fixed paths on firmware upgrade scripts
325
+
320
326
ARDUINO 1.0.5-r2 - 2014.01.08
321
327
322
328
* Signed drivers for Windows 8.1
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- WIFI_FW_PATH=" /hardware/arduino/firmwares/wifi-shield "
3
+ WIFI_FW_PATH=" /hardware/arduino/firmwares/wifishield/binary "
4
4
AVR_TOOLS_PATH=" /hardware/tools/avr/bin"
5
5
6
6
progname=$0
You can’t perform that action at this time.
0 commit comments