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
|
||||
modem.restart();
|
||||
// modem.sleepEnable();
|
||||
modem.radioOff();
|
||||
// modem.sleepEnable(); // Not available for all modems
|
||||
// modem.radioOff(); // Not available for all modems
|
||||
modem.poweroff();
|
||||
|
||||
// Test the SIM card functions
|
||||
|
Reference in New Issue
Block a user