Enable backlight on ascii event --nobuild

This commit is contained in:
Willy-JL
2024-01-24 07:34:13 +00:00
parent 7f637e33f9
commit 637d915e83
3 changed files with 12 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ typedef struct {
struct NotificationApp {
FuriMessageQueue* queue;
FuriPubSub* event_record;
FuriPubSub* ascii_record;
FuriTimer* display_timer;
NotificationLedLayer display;