Skip to content

Commit

Permalink
Fix fall through
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
  • Loading branch information
SRGDamia1 committed Jun 27, 2023
1 parent b65f1c1 commit c2de83b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TinyGsmClientXBee.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c2de83b

Please sign in to comment.