mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Horus internal GPS: cmake changes, more CLI options, ability to send commands to the module
This commit is contained in:
parent
1ef91597ca
commit
ff37274e64
7 changed files with 75 additions and 13 deletions
|
@ -40,4 +40,8 @@ struct gpsdata_t
|
|||
extern gpsdata_t gpsData;
|
||||
void gpsWakeup();
|
||||
|
||||
#if defined(DEBUG)
|
||||
void gpsSendFrame(const char * frame);
|
||||
#endif
|
||||
|
||||
#endif // _GPS_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue