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 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 ""
You can’t perform that action at this time.
0 commit comments