ppr1 WIP DO NOT MERGE - will break other clients

This commit is contained in:
Kevin Hester
2020-10-17 13:15:12 +08:00
parent c73ee98739
commit e1f0e11cb8
5 changed files with 21 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ void getMacAddr(uint8_t *dmac)
NRF52Bluetooth *nrf52Bluetooth;
static bool bleOn = false;
static const bool enableBle = true; // Set to false for easier debugging
static const bool enableBle = false; // Set to false for easier debugging
void setBluetoothEnable(bool on)
{