From e9541761fd6a9534e365698b3472a49949b06594 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 26 Jan 2023 18:57:48 +0100 Subject: [PATCH] AVR: Perdiodically send SEND STATs message (debug). --- avr/main.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/avr/main.asm b/avr/main.asm index 5fac1ff..0d560d3 100644 --- a/avr/main.asm +++ b/avr/main.asm @@ -282,6 +282,8 @@ onEvery10s: ; USED: depending on called routines onEveryMinute: + ldi r16, 219 + rcall COM_EnqueueComSendStats ret