Don't test fxns not always present
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -33,8 +33,8 @@ void loop() {
|
|||||||
|
|
||||||
// Test Power functions
|
// Test Power functions
|
||||||
modem.restart();
|
modem.restart();
|
||||||
// modem.sleepEnable();
|
// modem.sleepEnable(); // Not available for all modems
|
||||||
modem.radioOff();
|
// modem.radioOff(); // Not available for all modems
|
||||||
modem.poweroff();
|
modem.poweroff();
|
||||||
|
|
||||||
// Test the SIM card functions
|
// Test the SIM card functions
|
||||||
|
Reference in New Issue
Block a user