Working on moving RGB routines from Notification to RGB service

This commit is contained in:
Dmitry422
2025-03-12 02:19:17 +07:00
parent 9e6593c09e
commit 4045628ac6
11 changed files with 324 additions and 32 deletions

View File

@@ -7,5 +7,4 @@ App(
stack_size=1 * 1024,
order=99,
sdk_headers=["rgb_backlight.h"],
provides=["rgb_backlight_settings"],
)