Fixed hasPendingWork for BLE companions
Этот коммит содержится в:
@@ -2225,8 +2225,5 @@ bool MyMesh::advert() {
|
|||||||
|
|
||||||
// To check if there is pending work
|
// To check if there is pending work
|
||||||
bool MyMesh::hasPendingWork() const {
|
bool MyMesh::hasPendingWork() const {
|
||||||
#if defined(WITH_BRIDGE)
|
|
||||||
if (bridge.isRunning()) return true; // bridge needs WiFi radio, can't sleep
|
|
||||||
#endif
|
|
||||||
return _mgr->getOutboundTotal() > 0;
|
return _mgr->getOutboundTotal() > 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user