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

Bsongis/x7 bluetooth (#5068)

* Trainer Bluetooth support added
X7S board added (X7 has no bluetooth while X7S has)
X10 HAL updated

* Bluetooth Telemetry

* En fix
Add all languages

* Temporary test for @bsongis

* Missing translations
This commit is contained in:
Bertrand Songis 2017-08-12 00:49:54 +02:00 committed by GitHub
parent 51be7b000e
commit 8d8fef23c9
51 changed files with 972 additions and 636 deletions

View file

@ -455,10 +455,6 @@ void perMain()
toplcdRefreshEnd();
#endif
#if defined(BLUETOOTH) && !defined(SIMU)
bluetoothWakeup();
#endif
#if defined(INTERNAL_GPS)
gpsWakeup();
#endif