1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

fix order

This commit is contained in:
MX
2025-04-08 16:49:08 +03:00
parent 33fa903f7a
commit c77c2d2bb0

View File

@@ -20,5 +20,5 @@ App(
apptype=FlipperAppType.STARTUP,
entry_point="findmy_startup",
sources=["findmy_startup.c", "findmy_state.c"],
order=1000,
order=1210,
)