Fix fall through
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user