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
Added debug print of version.
v_master
Michael Krumpus
5 years ago
parent
a21fa2d7a8
commit
71dd56ce27
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/TinyGsmClientSequansMonarch.h
+ 1
- 0
src/TinyGsmClientSequansMonarch.h
View File
@ -256,6 +256,7 @@ public:
}
bool
init
(
)
{
DBG
(
GF
(
"
### TinyGSM Version:
"
)
,
TINYGSM_VERSION
)
;
if
(
!
testAT
(
)
)
{
return
false
;
}
Write
Preview
Loading…
Cancel
Save