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
Fix fall through
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
dependabot/github_actions/actions/checkout-4
Sara Damiano
1 year ago
parent
b65f1c1e14
commit
c2de83b4ca
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/TinyGsmClientXBee.h
+ 2
- 0
src/TinyGsmClientXBee.h
View File
@ -783,9 +783,11 @@ class TinyGsmXBee : public TinyGsmModem<TinyGsmXBee>,
switch
(
beeType
)
{
switch
(
beeType
)
{
case
XBEE_S6B_WIFI
:
{
case
XBEE_S6B_WIFI
:
{
sendAT
(
GF
(
"
NS
"
)
)
;
sendAT
(
GF
(
"
NS
"
)
)
;
break
;
}
}
default
:
{
default
:
{
sendAT
(
GF
(
"
N1
"
)
)
;
sendAT
(
GF
(
"
N1
"
)
)
;
break
;
}
}
}
}
String
DNSaddr
;
String
DNSaddr
;
Write
Preview
Loading…
Cancel
Save