Skip to content

Commit 7c4eb09

Browse files
committed
Align example sketches description header
1 parent 0802445 commit 7c4eb09

File tree

6 files changed

+24
-10
lines changed

6 files changed

+24
-10
lines changed

examples/ArduinoIoTCloud-Advanced/ArduinoIoTCloud-Advanced.ino

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
/*
22
This sketch demonstrates how to use more complex cloud data types such as a colour or coordinates.
33
4-
This sketch is compatible with:
4+
IMPORTANT:
5+
This sketch works with WiFi, GSM, NB, Ethernet and Lora enabled boards supported by Arduino IoT Cloud.
6+
On a LoRa board, if it is configured as a class A device (default and preferred option), values from Cloud dashboard are received
7+
only after a value is sent to Cloud.
8+
9+
The full list of compatible boards can be found here:
510
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
611
*/
712

examples/ArduinoIoTCloud-Basic/ArduinoIoTCloud-Basic.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* When you flip the switch in the Cloud dashboard the onboard LED lights gets turned ON or OFF.
77
88
IMPORTANT:
9-
This sketch works with WiFi, GSM, NB and Lora enabled boards supported by Arduino IoT Cloud.
9+
This sketch works with WiFi, GSM, NB, Ethernet and Lora enabled boards supported by Arduino IoT Cloud.
1010
On a LoRa board, if it is configured as a class A device (default and preferred option), values from Cloud dashboard are received
1111
only after a value is sent to Cloud.
1212
13-
This sketch is compatible with:
13+
The full list of compatible boards can be found here:
1414
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
1515
*/
1616

examples/ArduinoIoTCloud-Callbacks/ArduinoIoTCloud-Callbacks.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
One function per event can be assigned.
1919
2020
IMPORTANT:
21-
This sketch works with WiFi, GSM, NB and Lora enabled boards supported by Arduino IoT Cloud.
21+
This sketch works with WiFi, GSM, NB, Ethernet and Lora enabled boards supported by Arduino IoT Cloud.
2222
On a LoRa board, if it is configured as a class A device (default and preferred option), values from Cloud dashboard are received
2323
only after a value is sent to Cloud.
2424
25-
This sketch is compatible with:
25+
The full list of compatible boards can be found here:
2626
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
2727
*/
2828

examples/ArduinoIoTCloud-DeferredOTA/ArduinoIoTCloud-DeferredOTA.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
* always_allow callback will immediately apply the OTA update
1010
* ask_user_via_serial callback will read user input from serial to apply or postpone OTA update
1111
12-
This sketch is compatible with:
12+
IMPORTANT:
13+
This sketch works with WiFi and Ethernet enabled boards supported by Arduino IoT Cloud.
14+
15+
The full list of compatible boards can be found here:
1316
- https://github.com/arduino-libraries/ArduinoIoTCloud/#ota
1417
*/
1518

examples/ArduinoIoTCloud-Schedule/ArduinoIoTCloud-Schedule.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
22
This sketch demonstrates how to use the cloud schedule variable type.
33
4-
This sketch is compatible with the following boards:
5-
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
4+
IMPORTANT:
5+
This sketch works with WiFi, GSM, NB and Ethernet enabled boards supported by Arduino IoT Cloud.
6+
67
*/
78

89
#include "arduino_secrets.h"

examples/utility/ArduinoIoTCloud_Travis_CI/ArduinoIoTCloud_Travis_CI.ino

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
unintentional breaking changes are made to the user facing
44
Arduino IoT Cloud API.
55
6-
This sketch is compatible with:
7-
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
6+
IMPORTANT:
7+
This sketch works with WiFi, GSM, NB, Ethernet and Lora enabled boards supported by Arduino IoT Cloud.
8+
On a LoRa board, if it is configured as a class A device (default and preferred option), values from Cloud dashboard are received
9+
only after a value is sent to Cloud.
10+
11+
The full list of compatible boards can be found here:
12+
- https://github.com/arduino-libraries/ArduinoIoTCloud#what
813
*/
914

1015
#include "arduino_secrets.h"

0 commit comments

Comments
 (0)