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

Bluetooth driver added to Horus, BT_EN_GPIO_PIN was wrong on beta board (#4005)

CLI interface for Bluetooth
This commit is contained in:
Damjan Adamic 2016-11-11 19:56:36 +01:00 committed by Bertrand Songis
parent 5869b81e9c
commit 7b2d8b1f0a
10 changed files with 330 additions and 10 deletions

View file

@ -477,7 +477,7 @@ void perMain()
toplcdRefreshEnd();
#endif
#if defined(PCBX9E) && !defined(SIMU)
#if (defined(PCBX9E) || defined(PCBHORUS)) && !defined(SIMU)
bluetoothWakeup();
#endif