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
Fixed switch statement
v_master
SRGDamia1
7 years ago
parent
3f9a24f48d
commit
350ea516d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientXBee.h
+ 1
- 1
src/TinyGsmClientXBee.h
View File
@ -338,7 +338,7 @@ public:
}
String
getBeeName
(
)
{
switch
(
XB
eeType
)
{
switch
(
b
eeType
)
{
case
XBEE_S6B_WIFI
:
return
"
Digi XBee® Wi-Fi
"
;
case
XBEE_LTE1_VZN
:
return
"
Digi XBee® Cellular LTE Cat 1
"
;
case
XBEE_3G
:
return
"
Digi XBee® Cellular 3G
"
;
Write
Preview
Loading…
Cancel
Save