File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
library/src/main/java/com/digi/xbee/api/models Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments