Skip to content

Commit 6b804f5

Browse files
committed
hardware: fix declaration of newest hardware versions
Signed-off-by: Hector Gonzalez <hector.gonzalez@digi.com>
1 parent 5232512 commit 6b804f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/src/main/java/com/digi/xbee/api/models/HardwareVersionEnum.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ public enum HardwareVersionEnum {
109109
/** @since 1.3.0 */
110110
CELLULAR_3_LTE_M_ATT_TELIT(0x4C, "XBee3 Cellular LTE-M AT&T (Telit)"), // Never released
111111
/** @since 1.3.0 */
112-
CELLULAR_3_CAT1_LTE_VERIZON(0x4D, "XBee3 Cellular Cat 1 LTE Verizon");
112+
CELLULAR_3_CAT1_LTE_VERIZON(0x4D, "XBee3 Cellular Cat 1 LTE Verizon"),
113113
/** @since 1.3.1 */
114-
CELLULAR_3_LTE_M_TELIT(0x4E, "XBee 3 Cellular LTE-M/NB-IoT (Telit)");
114+
CELLULAR_3_LTE_M_TELIT(0x4E, "XBee 3 Cellular LTE-M/NB-IoT (Telit)"),
115115
/** @since 1.3.1 */
116-
XBEE3_DM_LR(0x50, "XB3-DMLR");
116+
XBEE3_DM_LR(0x50, "XB3-DMLR"),
117117
/** @since 1.3.1 */
118-
XBEE3_DM_LR_868(0x51, "XB3-DMLR868");
118+
XBEE3_DM_LR_868(0x51, "XB3-DMLR868"),
119119
/** @since 1.3.1 */
120-
XBEE3_RR(0x52, "XBee 3 Reduced RAM");
120+
XBEE3_RR(0x52, "XBee 3 Reduced RAM"),
121121
/** @since 1.3.1 */
122122
S2C_P5(0x53, "S2C P5");
123123

0 commit comments

Comments
 (0)