Tbeam 1W Fan and LNA Sequncing Fix

This commit is contained in:
Robowarrior834 2026-04-20 11:30:42 -04:00
parent dee3e26ac0
commit ad3a3bfb41
11 changed files with 61 additions and 13 deletions

View file

@ -153,7 +153,9 @@ void loop() {
ui_task.loop();
#endif
rtc_clock.tick();
#ifdef P_FAN_CTRL
update_fan_control();
#endif
if (the_mesh.getNodePrefs()->powersaving_enabled && !the_mesh.hasPendingWork()) {
#if defined(NRF52_PLATFORM)
board.sleep(1800); // nrf ignores seconds param, sleeps whenever possible