1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Horus internal GPS: cmake changes, more CLI options, ability to send commands to the module

This commit is contained in:
Damjan Adamic 2016-08-30 21:23:20 +02:00
parent 1ef91597ca
commit ff37274e64
7 changed files with 75 additions and 13 deletions

View file

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