mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Removed some non-ascii characters
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user