From 32061554c0c9ac73bfd54631f15df06f528904f9 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 13 May 2026 00:31:13 +0200 Subject: [PATCH] c03: enable climate window. --- avr/devices/c03/main/a_c03.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/devices/c03/main/a_c03.asm b/avr/devices/c03/main/a_c03.asm index 667a556..29985e5 100644 --- a/avr/devices/c03/main/a_c03.asm +++ b/avr/devices/c03/main/a_c03.asm @@ -95,7 +95,7 @@ C03App_Init: ; create main windows rcall c03AppCreateWinMenu ; (any, !Y) -; rcall c03AppCreateWinClimate ; (any, !Y) + rcall c03AppCreateWinClimate ; (any, !Y) ; rcall c03AppCreateWinNetStats ; (any, !Y) rcall c03AppCreateWinDebug ; (any, !Y) rcall c03AppCreateScreenSaver ; (any, !Y)