debug: send rxstats every minute.
This commit is contained in:
@@ -53,6 +53,10 @@ AppStats_Fini:
|
||||
;
|
||||
|
||||
AppStats_OnEveryMinute:
|
||||
ldi yl, LOW(netInterfaceData)
|
||||
ldi yh, HIGH(netInterfaceData)
|
||||
rcall AppNetwork_SendRxdStats ; debug
|
||||
|
||||
lds r16, appStatsTimer
|
||||
inc r16
|
||||
cpi r16, APP_STATS_INTERVAL_MINS
|
||||
|
||||
Reference in New Issue
Block a user