This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
c0aac58267
commit
bfbb33e965
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
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
Write
Preview
Loading…
Cancel
Save