We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd90ee commit 9d07ab9Copy full SHA for 9d07ab9
include/gpslib.h
@@ -95,6 +95,7 @@ struct gpsdata_t {
95
*/
96
struct gpsconfig_t {
97
int type; /**< GPS type @ref gpstype_e, For In-built GPS use @ref GPS_TYPE_MTK */
98
+ int baud; /**< GPS Baudrate */
99
float speedlimit; /**< Over-speed limit in Km/h */
100
float harshturn; /**< Harsh Turning speed limit in Km/h */
101
float harshbrk; /**< Harsh breaking limit in g (m/s2) */
0 commit comments