init rgb only once on boot if mod is not present

testing required!!!
This commit is contained in:
MX
2025-03-16 04:21:02 +03:00
parent 94b369657d
commit edd75a9b01
6 changed files with 88 additions and 165 deletions

View File

@@ -7,4 +7,14 @@ App(
stack_size=1 * 1024,
order=95,
sdk_headers=["rgb_backlight.h"],
)
)
App(
appid="rgb_backlight_startup",
name="RgbBackLightBootSrv",
apptype=FlipperAppType.STARTUP,
targets=["f7"],
entry_point="rgb_backlight_on_system_start",
cdefines=["SRV_RGB_BACKLIGHT"],
order=270,
)