From ed899dbe6f5a92e16c92557dbfb0e32efa415323 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 14 May 2026 13:45:39 +0200 Subject: [PATCH] gui: re-enable NetStats 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 29985e5..9857aad 100644 --- a/avr/devices/c03/main/a_c03.asm +++ b/avr/devices/c03/main/a_c03.asm @@ -96,7 +96,7 @@ C03App_Init: ; create main windows rcall c03AppCreateWinMenu ; (any, !Y) rcall c03AppCreateWinClimate ; (any, !Y) -; rcall c03AppCreateWinNetStats ; (any, !Y) + rcall c03AppCreateWinNetStats ; (any, !Y) rcall c03AppCreateWinDebug ; (any, !Y) rcall c03AppCreateScreenSaver ; (any, !Y)