mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-04 06:07:25 +00:00
the BluetoothPhoneAPI runOnce is triggerd by events any way no need to loop
This commit is contained in:
parent
2fdc0d0928
commit
bb6f19dddf
@ -53,7 +53,8 @@ class BluetoothPhoneAPI : public PhoneAPI, public concurrency::OSThread
|
|||||||
hasChecked = true;
|
hasChecked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 100;
|
// the run is triggered via NimbleBluetoothToRadioCallback and NimbleBluetoothFromRadioCallback
|
||||||
|
return INT32_MAX;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Subclasses can use this as a hook to provide custom notifications for their transport (i.e. bluetooth notifies)
|
* Subclasses can use this as a hook to provide custom notifications for their transport (i.e. bluetooth notifies)
|
||||||
|
Loading…
Reference in New Issue
Block a user