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
Corrected set baud for ESP
v_master
Sara Damiano
6 years ago
parent
bdfa2ba55c
commit
05c394bffb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientESP8266.h
+ 1
- 1
src/TinyGsmClientESP8266.h
View File
@ -225,7 +225,7 @@ public:
}
void
setBaud
(
unsigned
long
baud
)
{
sendAT
(
GF
(
"
+
IP
R=
"
)
,
baud
)
;
sendAT
(
GF
(
"
+
UART_CU
R=
"
)
,
baud
,
"
8,1,0,0
"
)
;
}
bool
testAT
(
unsigned
long
timeout
=
10000L
)
{
Write
Preview
Loading…
Cancel
Save