1
0
Fork 0
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:
Bertrand Songis 2019-04-18 18:04:24 +02:00
parent 5294b58ca8
commit a721e8d7be
5 changed files with 69 additions and 52 deletions

View file

@ -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;