1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

Bluetooth detection issue on QX7 (some samples, after bootloader)

This commit is contained in:
Bertrand Songis 2019-09-24 10:23:10 +02:00
parent 77f23765ae
commit c0c3680fe6
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
3 changed files with 22 additions and 7 deletions

View file

@ -245,6 +245,10 @@ int main()
backlightInit();
backlightEnable();
#if defined(PCBX7) || defined(PCBXLITE)
bluetoothInit(BLUETOOTH_DEFAULT_BAUDRATE, false);
#endif
#if defined(PCBTARANIS)
i2cInit();
#endif