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
Rename autoBaud -> testAT
v_master
Volodymyr Shymanskyy
7 years ago
parent
39f64c6528
commit
a2c19d544e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
TinyGsmClientXBee.h
+ 1
- 1
TinyGsmClientXBee.h
View File
@ -190,7 +190,7 @@ public:
return
true
;
return
true
;
}
}
bool
autoBaud
(
unsigned
long
timeout
=
10000L
)
{
/
/
not
supported
bool
testAT
(
unsigned
long
timeout
=
10000L
)
{
/
/
not
supported
return
false
;
return
false
;
}
}
Write
Preview
Loading…
Cancel
Save