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

[X12S] GPS now OK

This commit is contained in:
Bertrand Songis 2016-08-20 16:36:32 +02:00
parent 91dc936ef3
commit 10aefb10db
48 changed files with 730 additions and 436 deletions

View file

@ -461,4 +461,8 @@ void perMain()
bluetoothWakeup();
#endif
#if INTERNAL_GPS > 0
gpsWakeup();
#endif
}