Added powersaving to all ESP32 boards with RTC-supported DIO1

Added CLI to enable/disable powersaving
이 커밋은 다음에 포함됨:
Kevin Le
2025-12-23 12:48:08 +07:00
부모 0c3fb918b2
커밋 5c6c15942b
7개의 변경된 파일68개의 추가작업 그리고 2개의 파일을 삭제
+3
파일 보기
@@ -225,4 +225,7 @@ public:
bridge.begin();
}
#endif
// To get the current pending work
int hasPendingWork() const;
};