File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/ArduinoIoTCloud_LED_switch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Fill in your login credentials:
2
+ Fill in your login credentials:
3
3
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)
5
5
*/
6
6
#define SECRET_SSID "YOUR_WIFI_NETWORK_NAME"
7
7
#define SECRET_PASS "YOUR_WIFI_PASSWORD"
8
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.
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.
11
11
*/
12
12
//#define SECRET_PIN ""
13
13
//#define SECRET_APN ""
You can’t perform that action at this time.
0 commit comments