remove debugging code eink gps now works

This commit is contained in:
geeksville
2020-09-26 12:12:50 -07:00
parent ba8c640d6e
commit a8b1bc735a
3 changed files with 18 additions and 21 deletions

View File

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