mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 09:50:20 +00:00
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