Removed some non-ascii characters

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-02-13 17:34:46 -05:00
parent 43391944df
commit cbcf7734bb
8 changed files with 15 additions and 12 deletions

View File

@@ -58,11 +58,11 @@ enum RegStatus {
// These are responses to the HS command to get "hardware series"
enum XBeeType {
XBEE_UNKNOWN = 0,
XBEE_S6B_WIFI = 0x601, // Digi XBee® Wi-Fi
XBEE_LTE1_VZN = 0xB01, // Digi XBee® Cellular LTE Cat 1
XBEE_3G = 0xB02, // Digi XBee® Cellular 3G
XBEE3_LTE1_ATT = 0xB06, // Digi XBee3 Cellular LTE CAT 1
XBEE3_LTEM_ATT = 0xB08, // Digi XBee3 Cellular LTE-M
XBEE_S6B_WIFI = 0x601, // Digi XBee Wi-Fi
XBEE_LTE1_VZN = 0xB01, // Digi XBee Cellular LTE Cat 1
XBEE_3G = 0xB02, // Digi XBee Cellular 3G
XBEE3_LTE1_ATT = 0xB06, // Digi XBee3 Cellular LTE CAT 1
XBEE3_LTEM_ATT = 0xB08, // Digi XBee3 Cellular LTE-M
};
class TinyGsmXBee