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
Decrease delay
v_master
Volodymyr Shymanskyy
6 years ago
parent
4aca7f1871
commit
e6495355d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/AT_Debug/AT_Debug.ino
+ 1
- 1
tools/AT_Debug/AT_Debug.ino
View File
@ -39,7 +39,7 @@ uint32_t rate = 0; // Set to 0 for Auto-Detect
void
setup
(
)
{
// Set console baud rate
SerialMon
.
begin
(
115200
)
;
delay
(
5
000
)
;
delay
(
3
000
)
;
}
void
loop
(
)
{
Write
Preview
Loading…
Cancel
Save