File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
examples/utility/ArduinoIoTCloud_Travis_CI Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
13
13
*/
14
14
15
- #include " arduino_secrets.h"
16
15
#include " thingProperties.h"
17
16
18
17
void setup () {
Original file line number Diff line number Diff line change 1
- #include <ArduinoIoTCloud.h>
2
1
#include <Arduino_ConnectionHandler.h>
3
2
4
3
/* A complete list of supported boards with WiFi is available here:
Original file line number Diff line number Diff line change
1
+ #include <ArduinoIoTCloud.h>
2
+ #include <Arduino_ConnectionHandler.h>
3
+ #include "arduino_secrets.h"
4
+
1
5
#if !(defined(BOARD_HAS_WIFI ) || defined(BOARD_HAS_GSM ) || defined(BOARD_HAS_LORA ) || \
2
6
defined(BOARD_HAS_NB ) || defined(BOARD_HAS_ETHERNET ) || defined(BOARD_HAS_CATM1_NBIOT ))
3
7
#error "Please check Arduino IoT Cloud supported boards list: https://github.com/arduino-libraries/ArduinoIoTCloud/#what"
You can’t perform that action at this time.
0 commit comments