remove const temp measurement from core to the ext app. we don't need it (#3259)

This commit is contained in:
Totoo
2026-07-08 04:09:53 +02:00
committed by GitHub
parent 03fe508aae
commit 42122a739c
9 changed files with 25 additions and 15 deletions
-2
View File
@@ -400,8 +400,6 @@ void EventDispatcher::handle_local_queue() {
void EventDispatcher::handle_rtc_tick() {
sd_card::poll_inserted();
portapack::temperature_logger.second_tick();
const auto backlight_timer = portapack::persistent_memory::config_backlight_timer();
if (backlight_timer.timeout_enabled()) {
if (portapack::bl_tick_counter == backlight_timer.timeout_seconds())