diff --git a/avr/devices/n21/main/main.asm b/avr/devices/n21/main/main.asm index 15e3068..c3b00dc 100644 --- a/avr/devices/n21/main/main.asm +++ b/avr/devices/n21/main/main.asm @@ -173,7 +173,6 @@ onMessageReceived: onEvery100ms: onEverySecond: -onEveryMinute: onEveryHour: onEveryDay: ret @@ -181,6 +180,14 @@ onEveryDay: +onEveryMinute: + lds r16, tcrt1kLastValue + ldi r17, VALUE_ID_ADC + ldi r22, AQHOME_VALUETYPE_UNKNOWN ; VALUE TYPE + rjmp Main_Send8BitValueReport + + + ; --------------------------------------------------------------------------- ; @routine onEveryLoop ;