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:
parent
77f23765ae
commit
c0c3680fe6
3 changed files with 22 additions and 7 deletions
|
@ -245,6 +245,10 @@ int main()
|
|||
backlightInit();
|
||||
backlightEnable();
|
||||
|
||||
#if defined(PCBX7) || defined(PCBXLITE)
|
||||
bluetoothInit(BLUETOOTH_DEFAULT_BAUDRATE, false);
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
i2cInit();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue