Skip to content

Commit f86f04f

Browse files
committed
- one more missing from per1234's list
1 parent ae7dae9 commit f86f04f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: examples/ArduinoIoTCloud_LED_switch/arduino_secrets.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
2-
Fill in your login credentials:
2+
Fill in your login credentials:
33
4-
The following lines are used for WiFi enabled boards (MKR1000, MKR WiFi 1010)
4+
The following lines are used for WiFi enabled boards (MKR1000, MKR WiFi 1010)
55
*/
66
#define SECRET_SSID "YOUR_WIFI_NETWORK_NAME"
77
#define SECRET_PASS "YOUR_WIFI_PASSWORD"
88
/*
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.
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.
1111
*/
1212
//#define SECRET_PIN ""
1313
//#define SECRET_APN ""

0 commit comments

Comments
 (0)