mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Bluetooth popup menu added. Works far better now.
This commit is contained in:
parent
5294b58ca8
commit
a721e8d7be
5 changed files with 69 additions and 52 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "opentx.h"
|
||||
|
||||
Fifo<uint8_t, 64> btTxFifo;
|
||||
Fifo<uint8_t, 64> btRxFifo;
|
||||
Fifo<uint8_t, 128> btRxFifo;
|
||||
|
||||
#if defined(PCBX7) || defined(PCBXLITE)
|
||||
volatile uint8_t btChipPresent = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue