n21: don't send ADC values.

This commit is contained in:
Martin Preuss
2025-09-01 23:22:21 +02:00
parent 9600be78a5
commit 224aca5c41

View File

@@ -47,7 +47,7 @@
; --------------------------------------------------------------------------- ; ---------------------------------------------------------------------------
; generic ; generic
.equ NET_BUFFERS_NUM = 6 .equ NET_BUFFERS_NUM = 10
.equ NET_MSGNUMINBUF_SIZE = 8 ; max buffer nums in ringbuffer (global incoming) .equ NET_MSGNUMINBUF_SIZE = 8 ; max buffer nums in ringbuffer (global incoming)
.equ NET_IFACE_OUTMSGBUF_SIZE = 8 ; max buffer nums in ringbuffer (per interface outbound) .equ NET_IFACE_OUTMSGBUF_SIZE = 8 ; max buffer nums in ringbuffer (per interface outbound)
@@ -184,10 +184,11 @@ onEveryDay:
onEveryMinute: onEveryMinute:
lds r16, tcrt1kLastValue ; lds r16, tcrt1kLastValue
ldi r17, VALUE_ID_ADC ; ldi r17, VALUE_ID_ADC
ldi r22, AQHOME_VALUETYPE_UNKNOWN ; VALUE TYPE ; ldi r22, AQHOME_VALUETYPE_UNKNOWN ; VALUE TYPE
rjmp Main_Send8BitValueReport ; rcall Main_Send8BitValueReport
ret