Merge pull request #1266 from IoTThinks/MCdev-Powersaving-for-esp32-202512

Added powersaving to all ESP32 boards with RTC-supported DIO1
Этот коммит содержится в:
ripplebiz
2025-12-31 11:35:46 +11:00
коммит произвёл GitHub
родитель 8edbb085fb d911a34eeb
Коммит f9720f0b0c
8 изменённых файлов: 84 добавлений и 12 удалений
+5
Просмотреть файл
@@ -1116,3 +1116,8 @@ void MyMesh::loop() {
uptime_millis += now - last_millis;
last_millis = now;
}
// To check if there is pending work
bool MyMesh::hasPendingWork() const {
return _mgr->getOutboundCount(0xFFFFFFFF) > 0;
}