Fix fall through

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2023-06-27 11:37:26 -04:00
parent b65f1c1e14
commit c2de83b4ca

View File

@@ -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;