Skip to content

Commit 98683a2

Browse files
committed
Include arduino_secrets.h in the ino like we do cloudside
1 parent fae9cac commit 98683a2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/ArduinoIoTCloud-AWS-Basic/ArduinoIoTCloud-AWS-Basic.ino

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "arduino_secrets.h"
12
/*
23
This sketch demonstrates how to exchange data between your board and the Arduino IoT Cloud.
34

examples/ArduinoIoTCloud-AWS-Basic/thingProperties.h

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#include <ArduinoIoTCloud.h>
44
#include <Arduino_ConnectionHandler.h>
5-
#include "arduino_secrets.h"
65

76
const char SSID[] = SECRET_SSID; // Network SSID (name)
87
const char PASS[] = SECRET_OPTIONAL_PASS; // Network password (use for WPA, or use as key for WEP)

0 commit comments

Comments
 (0)