From 22e5e7853f48d8ec39afe56c341c544b1de5ea6f Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Tue, 11 Aug 2026 23:47:11 +0200 Subject: [PATCH] reportSensors: increase interval to 3 mins. --- avr/apps/reportsensors/main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/apps/reportsensors/main.asm b/avr/apps/reportsensors/main.asm index d2ddcc0e..5e341e8b 100644 --- a/avr/apps/reportsensors/main.asm +++ b/avr/apps/reportsensors/main.asm @@ -11,7 +11,7 @@ ; *************************************************************************** ; defines -.equ APP_REPORT_SENSORS_INTERVAL_SECS = 120 +.equ APP_REPORT_SENSORS_INTERVAL_SECS = 180