commConnected

This commit is contained in:
Lubos Petrovic
2020-12-23 10:35:50 +01:00
parent b660007964
commit a53cccace0
4 changed files with 8 additions and 5 deletions

View File

@@ -219,9 +219,10 @@ class LiveData {
uint16_t scanningDeviceIndex = 0;
MENU_ITEM* menuItems;
// Comm
boolean commConnected = true;
// Bluetooth4
boolean bleConnect = true;
boolean bleConnected = false;
BLEAddress *pServerAddress;
BLERemoteCharacteristic* pRemoteCharacteristic;
BLERemoteCharacteristic* pRemoteCharacteristicWrite;