Apply dolphin customizations without reboot

This commit is contained in:
Willy-JL
2024-08-07 21:26:41 +02:00
parent d4ceb95b28
commit 06cb63f4bf
6 changed files with 20 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ App(
cdefines=["SRV_DOLPHIN"],
stack_size=1 * 1024,
order=50,
sdk_headers=["dolphin.h", "helpers/dolphin_state.h"],
sdk_headers=["dolphin.h"],
)