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) {
|
||||
case XBEE_S6B_WIFI: {
|
||||
sendAT(GF("NS"));
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
sendAT(GF("N1"));
|
||||
break;
|
||||
}
|
||||
}
|
||||
String DNSaddr;
|
||||
|
Reference in New Issue
Block a user