mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
don't turn bluetooth back on every time we exit light sleep
This commit is contained in:
@@ -29,6 +29,11 @@ public:
|
||||
return uxQueueSpacesAvailable(h);
|
||||
}
|
||||
|
||||
bool isEmpty()
|
||||
{
|
||||
return uxQueueMessagesWaiting(h) == 0;
|
||||
}
|
||||
|
||||
// pdTRUE for success else failure
|
||||
BaseType_t enqueue(T x, TickType_t maxWait = portMAX_DELAY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user