Skip to content

Commit 4353f9e

Browse files
committed
Include arduino_secrets.h in the ino like we do cloudside
1 parent 607ffd7 commit 4353f9e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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)