mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Merge pull request #8 from disq/gps_passthrough
GPS passthrough cli command
This commit is contained in:
commit
ab6df2e317
3 changed files with 38 additions and 0 deletions
1
src/mw.h
1
src/mw.h
|
@ -458,6 +458,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