Browse Source

Don't test fxns not always present

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
v_master
Sara Damiano 5 years ago
parent
commit
bfbb33e965
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tools/test_build/test_build.ino

+ 2
- 2
tools/test_build/test_build.ino View File

@ -33,8 +33,8 @@ void loop() {
// Test Power functions // Test Power functions
modem.restart(); modem.restart();
// modem.sleepEnable();
modem.radioOff();
// modem.sleepEnable(); // Not available for all modems
// modem.radioOff(); // Not available for all modems
modem.poweroff(); modem.poweroff();
// Test the SIM card functions // Test the SIM card functions


Loading…
Cancel
Save