Fix services order

This commit is contained in:
Willy-JL
2023-06-01 01:41:09 +01:00
parent 499049dc46
commit 8a317a793c
10 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ App(
"bt_settings",
],
stack_size=1 * 1024,
order=20,
order=1000,
sdk_headers=["bt_service/bt.h"],
)