File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
examples/ConnectionHandlerDemo Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ // Required for WiFiConnectionHandler
12const char SECRET_SSID[] = "NETWORK NAME";
23const char SECRET_PASS[] = "NETWORK PASSWORD";
34
5+ // Required for GSMConnectionHandler
46const char SECRET_APN[] = "MOBILE PROVIDER APN ADDRESS";
5- const char SECRET_PIN[] = "0000";
7+ const char SECRET_PIN[] = "0000"; // Required for NBConnectionHandler
68const char SECRET_GSM_USER[] = "GSM USERNAME";
79const char SECRET_GSM_PASS[] = "GSM PASSWORD";
810
11+ // Required for LoRaConnectionHandler
912const char SECRET_APP_EUI[] = "APP_EUI";
1013const char SECRET_APP_KEY[] = "APP_KEY";
1114
15+ // Required for EthernetConnectionHandler (without DHCP mode)
1216const char SECRET_IP[] = "IP ADDRESS";
1317const char SECRET_DNS[] = "DNS ADDRESS";
1418const char SECRET_GATEWAY[] = "GATEWAY ADDRESS";
You can’t perform that action at this time.
0 commit comments