We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7dae9 commit f86f04fCopy full SHA for f86f04f
examples/ArduinoIoTCloud_LED_switch/arduino_secrets.h
@@ -1,13 +1,13 @@
1
/*
2
- Fill in your login credentials:
+ Fill in your login credentials:
3
4
- The following lines are used for WiFi enabled boards (MKR1000, MKR WiFi 1010)
+ The following lines are used for WiFi enabled boards (MKR1000, MKR WiFi 1010)
5
*/
6
#define SECRET_SSID "YOUR_WIFI_NETWORK_NAME"
7
#define SECRET_PASS "YOUR_WIFI_PASSWORD"
8
9
- If you prefer using a MKR GSM 1400 comment the lines above and uncommet the following.
10
- PIN, APN, Login and Password are supplied by your Cellular Data provider.
+ If you prefer using a MKR GSM 1400 comment the lines above and uncommet the following.
+ PIN, APN, Login and Password are supplied by your Cellular Data provider.
11
12
//#define SECRET_PIN ""
13
//#define SECRET_APN ""
0 commit comments