avr: lengthen statistics report interval from 10mins to 30mins.

This commit is contained in:
Martin Preuss
2026-08-10 19:49:39 +02:00
parent 9d9ccbd46c
commit b9f2d9e59a

View File

@@ -11,8 +11,7 @@
; ***************************************************************************
; defines
;.equ APP_STATS_INTERVAL_MINS = 30
.equ APP_STATS_INTERVAL_MINS = 10
.equ APP_STATS_INTERVAL_MINS = 30
@@ -149,6 +148,10 @@ appStatsTable:
.dw 8, AppStats_OnEveryMinute_sendSendStats2
#endif
.dw 9, AppNetwork_SendDevice
.dw 14, AppNetwork_SendDevice
.dw 19, AppNetwork_SendDevice
.dw 24, AppNetwork_SendDevice
.dw 29, AppNetwork_SendDevice
; end of table
.dw 0, 0