misc debug output

This commit is contained in:
geeksville
2020-06-13 16:29:53 -07:00
parent 8a1754efe8
commit 13307c502f
4 changed files with 7 additions and 4 deletions

View File

@@ -49,8 +49,6 @@ class ToRadioCharacteristic : public CallbackCharacteristic
void onWrite(BLECharacteristic *c)
{
DEBUG_MSG("Got on write\n");
bluetoothPhoneAPI->handleToRadio(c->getData(), c->getValue().length());
}
};