Skip to content

Commit 58d8eb8

Browse files
author
Ilya Dmitrichenko
committed
We require WiFi library in examples/WiFi*
1 parent 1bc2bda commit 58d8eb8

File tree

7 files changed

+26
-1
lines changed

7 files changed

+26
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88
;do env \
99
USER_LIB_PATH=$PWD/../ \
1010
ARDUINO_DIR=/opt/arduino-${ARDUINO_IDE_VERSION} \
11-
../hwci-scripts/bin/arduino_make.sh -C $e -f $PWD/examples/include.mk \
11+
../hwci-scripts/bin/arduino_make.sh -C $e \
1212
&& echo pass:$e >> results \
1313
|| echo fail:$e >> results \
1414
;done"
File renamed without changes.

examples/DatastreamUpload/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BOARD_TAG = uno
2+
ARDUINO_PORT = /dev/cu.usb*
3+
ARDUINO_LIBS = Ethernet Ethernet/utility SPI HttpClient cosm-arduino
4+
5+
include Arduino.mk
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BOARD_TAG = uno
2+
ARDUINO_PORT = /dev/cu.usb*
3+
ARDUINO_LIBS = Ethernet Ethernet/utility SPI HttpClient cosm-arduino
4+
5+
include Arduino.mk
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BOARD_TAG = uno
2+
ARDUINO_PORT = /dev/cu.usb*
3+
ARDUINO_LIBS = WiFi WiFi/utility SPI HttpClient cosm-arduino
4+
5+
include Arduino.mk
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BOARD_TAG = uno
2+
ARDUINO_PORT = /dev/cu.usb*
3+
ARDUINO_LIBS = WiFi WiFi/utility SPI HttpClient cosm-arduino
4+
5+
include Arduino.mk
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
BOARD_TAG = uno
2+
ARDUINO_PORT = /dev/cu.usb*
3+
ARDUINO_LIBS = WiFi WiFi/utility SPI HttpClient cosm-arduino
4+
5+
include Arduino.mk

0 commit comments

Comments
 (0)