Make localIP() mandatory

This commit is contained in:
Volodymyr Shymanskyy
2018-05-01 12:42:20 +03:00
parent 3e63e6c275
commit 31199d8671

View File

@@ -42,7 +42,7 @@ void loop() {
// Test the Networking functions
modem.getSignalQuality();
modem.localIP();
#if defined(TINY_GSM_MODEM_HAS_GPRS)
modem.waitForNetwork();