mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 23:35:34 +03:00
gps passthrough cli command
This commit is contained in:
parent
77d455f82b
commit
c4dd556f3d
3 changed files with 38 additions and 0 deletions
1
src/mw.h
1
src/mw.h
|
@ -456,6 +456,7 @@ void cliProcess(void);
|
|||
void gpsInit(uint8_t baudrate);
|
||||
void gpsThread(void);
|
||||
void gpsSetPIDs(void);
|
||||
int8_t gpsSetPassthrough(void);
|
||||
void GPS_reset_home_position(void);
|
||||
void GPS_reset_nav(void);
|
||||
void GPS_set_next_wp(int32_t* lat, int32_t* lon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue