From 556cbb1d48f031ccfcee236053540be3cb06b85f Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 10 May 2026 17:03:34 +0200 Subject: [PATCH] c03: temporarily disable c03AppCreateWinClimate --- 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 29985e5..667a556 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)