1
0
Fork 0
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:
Bertrand Songis 2016-08-31 06:48:28 +02:00 committed by GitHub
commit f97eda2b4f
11 changed files with 152 additions and 31 deletions

View file

@ -467,7 +467,7 @@ void perMain()
bluetoothWakeup();
#endif
#if INTERNAL_GPS > 0
#if defined(INTERNAL_GPS)
gpsWakeup();
#endif
}