mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
works with phone
This commit is contained in:
@@ -28,10 +28,13 @@ class BluetoothMeshCallbacks : public BLECharacteristicCallbacks
|
||||
// or make empty if the queue is empty
|
||||
if (!mp)
|
||||
{
|
||||
Serial.println("toPhone queue is empty");
|
||||
c->setValue((uint8_t *)"", 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
Serial.println("delivering toPhone packet to phone");
|
||||
|
||||
static FromRadio fradio;
|
||||
|
||||
// Encapsulate as a ToRadio packet
|
||||
|
||||
Reference in New Issue
Block a user