n23/n24: improved handling of some values. Removed old files.

This commit is contained in:
Martin Preuss
2025-05-15 00:34:57 +02:00
parent 63acb95834
commit b775c9b6b2
10 changed files with 43 additions and 487 deletions

View File

@@ -16,7 +16,7 @@
SGP40_SendTVOC:
rcall SGP40_GetValue
brcc SGP40_SendTVOC_end
ldi r17, VALUE_ID_TVOC ; VALUE ID
ldi r17, VALUE_ID_SGP40_TVOC ; VALUE ID
ldi r22, AQHOME_VALUETYPE_TVOC ; VALUE TYPE
rcall Main_SendValueReport
SGP40_SendTVOC_end: