mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
more order changes
This commit is contained in:
@@ -4,5 +4,5 @@ App(
|
||||
entry_point="namechanger_on_system_start",
|
||||
requires=["storage", "cli", "bt"],
|
||||
conflicts=["updater"],
|
||||
order=600,
|
||||
)
|
||||
order=1300,
|
||||
)
|
||||
|
||||
@@ -5,6 +5,6 @@ App(
|
||||
entry_point="rgb_backlight_srv",
|
||||
cdefines=["SRV_RGB_BACKLIGHT"],
|
||||
stack_size=1 * 1024,
|
||||
order=95,
|
||||
order=1290,
|
||||
sdk_headers=["rgb_backlight.h"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user