From e5a999e9b6f8c56b361170533a0e756c4d93f07c Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 21 Jan 2026 22:47:40 +0100 Subject: [PATCH] c03: define TLV ids for sensorWatch --- avr/devices/c03/defs.asm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/avr/devices/c03/defs.asm b/avr/devices/c03/defs.asm index a7e484b..893aacd 100644 --- a/avr/devices/c03/defs.asm +++ b/avr/devices/c03/defs.asm @@ -51,6 +51,15 @@ +; --------------------------------------------------------------------------- +; EEPROM TLV ids + +.equ C03_EEID_SENSOR_CO2 = 0x10 +.equ C03_EEID_SENSOR_TEMP = 0x11 +.equ C03_EEID_SENSOR_HUM = 0x12 + + + ; --------------------------------------------------------------------------- ; LED module