avr: optimized app MA_LIGHT (from 3295 to 3222 words).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
; ***************************************************************************
|
||||
; copyright : (C) 2025 by Martin Preuss
|
||||
; copyright : (C) 2026 by Martin Preuss
|
||||
; email : martin@libchipcard.de
|
||||
;
|
||||
; ***************************************************************************
|
||||
@@ -16,10 +16,12 @@
|
||||
|
||||
|
||||
appMotionLightDataBegin:
|
||||
appMotionLightSources: .byte APP_MOTIONLIGHT_SOURCE_NUM*APP_MOTIONLIGHT_SOURCE_SIZE
|
||||
appMotionLightLSourceAddr: .byte 1
|
||||
appMotionLightLSourceValueId: .byte 1
|
||||
appMotionLightSettings:
|
||||
appMotionLightOnTime: .byte 2
|
||||
appMotionLightMSources: .byte APP_MOTIONLIGHT_SOURCE_NUM*APP_MOTIONLIGHT_SOURCE_SIZE
|
||||
appMotionLightLSource: .byte APP_MOTIONLIGHT_SOURCE_SIZE
|
||||
appMotionLightLSourceValue: .byte 2
|
||||
|
||||
appMotionLightLastBrightness: .byte 2
|
||||
appMotionLightFlags: .byte 1
|
||||
appMotionLightDataEnd:
|
||||
|
||||
Reference in New Issue
Block a user