From 2b68bfd3af70c4bdac8f5b792f12cb0f9352cd1c Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Thu, 31 Oct 2024 22:23:28 +0100 Subject: [PATCH] avr: reduce resend time. --- avr/modules/motion/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/modules/motion/main.asm b/avr/modules/motion/main.asm index d80c816..1390f67 100644 --- a/avr/modules/motion/main.asm +++ b/avr/modules/motion/main.asm @@ -8,7 +8,7 @@ ; *************************************************************************** -.equ MOTION_TIMER_REPORT = 30 ; report motion at most every 3s +.equ MOTION_TIMER_REPORT = 20 ; report motion at most every 2s .dseg