mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
Horus internal GPS: settable baudrate, misc fixes, new cmake options,… (#3736)
* Horus internal GPS: settable baudrate, misc fixes, new cmake options, cosmetics, cli * Horus internal GPS: cmake changes, more CLI options, ability to send commands to the module * Compilation fixes
This commit is contained in:
commit
f97eda2b4f
11 changed files with 152 additions and 31 deletions
|
@ -467,7 +467,7 @@ void perMain()
|
|||
bluetoothWakeup();
|
||||
#endif
|
||||
|
||||
#if INTERNAL_GPS > 0
|
||||
#if defined(INTERNAL_GPS)
|
||||
gpsWakeup();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue