Skip to content

Commit fd69bce

Browse files
committed
Examples: restore Arduino_ConnectionHandler.h include in the arduino_secrets.h files
The reason is that this makes it easier for the user to understand the origin of the BOARD_HAS_* macros referenced in the file.
1 parent d34c500 commit fd69bce

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

examples/ArduinoIoTCloud-Advanced/arduino_secrets.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <Arduino_ConnectionHandler.h>
2+
13
/* A complete list of supported boards with WiFi is available here:
24
* https://github.com/arduino-libraries/ArduinoIoTCloud/#what
35
*/

examples/ArduinoIoTCloud-Basic/arduino_secrets.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <Arduino_ConnectionHandler.h>
2+
13
/* A complete list of supported boards with WiFi is available here:
24
* https://github.com/arduino-libraries/ArduinoIoTCloud/#what
35
*/

examples/ArduinoIoTCloud-Callbacks/arduino_secrets.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <Arduino_ConnectionHandler.h>
2+
13
/* A complete list of supported boards with WiFi is available here:
24
* https://github.com/arduino-libraries/ArduinoIoTCloud/#what
35
*/

examples/ArduinoIoTCloud-DeferredOTA/arduino_secrets.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <Arduino_ConnectionHandler.h>
2+
13
/* A complete list of supported boards with WiFi is available here:
24
* https://github.com/arduino-libraries/ArduinoIoTCloud/#what
35
*/

examples/ArduinoIoTCloud-Schedule/arduino_secrets.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <Arduino_ConnectionHandler.h>
2+
13
/* A complete list of supported boards with WiFi is available here:
24
* https://github.com/arduino-libraries/ArduinoIoTCloud/#what
35
*/

0 commit comments

Comments
 (0)