avr: updated apps and modules to latest changes.

This commit is contained in:
Martin Preuss
2026-05-04 14:35:20 +02:00
parent bea424de36
commit 67d5d1687d
9 changed files with 26 additions and 24 deletions

View File

@@ -108,8 +108,8 @@ appDoorSendValue_send:
ldi r17, VALUE_ID_TCRT1K ; VALUE ID
ldi r22, AQHOME_VALUETYPE_DOOR ; VALUE TYPE
rcall Main_Send8BitValueReport
#ifdef MODULES_LED_ACTIVITY
rcall LedActivity_Trigger ; (r16)
#ifdef MODULES_LED1
rcall Led1_SetActivityTiming ; (r16)
#endif
ret
; @end

View File

@@ -101,8 +101,8 @@ appMotionSendValue:
ldi r17, VALUE_ID_MOTION ; VALUE ID
ldi r22, AQHOME_VALUETYPE_MOTION ; VALUE TYPE
rcall Main_Send8BitValueReport
#ifdef MODULES_LED_SIMPLE
rcall LedSimple_SignalActivity ; (R18, R19, R20)
#ifdef MODULES_LED1
rcall Led1_SetActivityTiming ; (R18, R19, R20)
#endif
ret
; @end

View File

@@ -163,7 +163,7 @@ AppNetwork_HandleMsg_handleRebootMsg:
ret
AppNetwork_HandleMsg_handlePingMsg:
#ifdef MODULES_LED_SIMPLE
bigcall LedSimple_SignalId ; (R18, R19, R20)
bigcall Led1_SetIdTiming ; (R18, R19, R20)
#endif
rjmp appNetworkHandlePingRequest
AppNetwork_HandleMsg_clcRet:

View File

@@ -465,12 +465,12 @@ appRouterLetSysHandleMsg_forMe:
pop xl
push xl
push xh
rcall mainModulesOnPacketReceived
rcall modulesOnPacketReceived
pop xh
pop xl
push xl
push xh
rcall mainAppsOnPacketReceived
rcall appsOnPacketReceived
pop xh
pop xl
appRouterLetSysHandleMsg_end: