Skip to content

Commit 58d7a1f

Browse files
committed
Add DYN_MODEL_RAIL
1 parent 134ad0c commit 58d7a1f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/u-blox_Class_and_ID.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,11 @@ enum dynModel // Possible values for the dynamic platform model, which provide m
402402
DYN_MODEL_AIRBORNE1g, // Airborne <1g acceleration. Used for applications with a higher dynamic range and greater vertical acceleration than a passenger car. No 2D position fixes supported.
403403
DYN_MODEL_AIRBORNE2g, // Airborne <2g acceleration. Recommended for typical airborne environments. No 2D position fixes supported.
404404
DYN_MODEL_AIRBORNE4g, // Airborne <4g acceleration. Only recommended for extremely dynamic environments. No 2D position fixes supported.
405-
DYN_MODEL_WRIST, // Not supported in protocol versions less than 18. Only recommended for wrist worn applications. Receiver will filter out arm motion.
406-
DYN_MODEL_BIKE, // Supported in protocol versions 19.2. (not available in all products)
407-
DYN_MODEL_MOWER, // Added in HPS 1.21 (not available in all products)
408-
DYN_MODEL_ESCOOTER, // Added in HPS 1.21 (not available in all products)
405+
DYN_MODEL_WRIST, // Wrist-worn watch. Not supported in protocol versions less than 18. Only recommended for wrist worn applications. Receiver will filter out arm motion.
406+
DYN_MODEL_BIKE, // Motorbike. Supported in protocol versions 19.2. (not available in all products)
407+
DYN_MODEL_MOWER, // Robotic lawn mower. Added in HPS 1.21 (not available in all products)
408+
DYN_MODEL_ESCOOTER, // E-scooter. Added in HPS 1.21 (not available in all products)
409+
DYN_MODEL_RAIL, // Rail vehicles (trains, trams). Added in HPS 1.40 (not available in all products)
409410
DYN_MODEL_UNKNOWN = 255 // getDynamicModel will return 255 if sendCommand fails
410411
};
411412

0 commit comments

Comments
 (0)