Don't test fxns not always present

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-02-17 15:18:40 -05:00
parent c0aac58267
commit bfbb33e965

View File

@@ -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