LightControl: send new RGBW value also in AUTO mode.

This commit is contained in:
Martin Preuss
2026-08-15 00:35:50 +02:00
parent a386ac43ab
commit 343da31937

View File

@@ -143,7 +143,7 @@ appLightControlUpdate_auto:
; sbrs r16, HTIM_FLAGBIT_STATE
; rjmp appLightControlUpdate_ret ; jump if clear (actor is off)
; rcall appLightControlActorOn
rjmp appLightControlUpdate_ret
; rjmp appLightControlUpdate_ret
appLightControlUpdate_on:
rcall appLightControlActorOn
appLightControlUpdate_ret: