FBT: Fix duplicate order warning

This commit is contained in:
WillyJL
2026-01-22 00:49:18 +01:00
parent ef61941d45
commit e0ebfa1506

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,
)