mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
init rgb only once on boot if mod is not present
testing required!!!
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user