Make settings menus external -21.7kb DFU

This commit is contained in:
Willy-JL
2024-02-14 04:36:48 +00:00
parent 1b91ec95c3
commit acc352e61f
29 changed files with 99 additions and 22 deletions

View File

@@ -8,5 +8,5 @@ App(
provides=["notification_settings"],
stack_size=int(1.5 * 1024),
order=100,
sdk_headers=["notification.h", "notification_messages.h"],
sdk_headers=["notification.h", "notification_messages.h", "notification_app.h"],
)