From 13618c7d85d3b43453c42c6db9781a12d6899232 Mon Sep 17 00:00:00 2001 From: "ctcaer@gmail.com" Date: Sun, 28 Apr 2019 00:25:31 +0300 Subject: [PATCH] [hid] Update notification led example button help --- hid/notification-led/source/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hid/notification-led/source/main.c b/hid/notification-led/source/main.c index 5803582..672e9ba 100644 --- a/hid/notification-led/source/main.c +++ b/hid/notification-led/source/main.c @@ -34,8 +34,9 @@ int main(int argc, char* argv[]) } else { initflag = 1; - printf("Press A to set the notification-LED pattern.\n"); - printf("Press + to exit.\n"); + printf("Press A to set a Breathing effect notification-LED pattern.\n"); + printf("Press B to set a Heartbeat effect notification-LED pattern.\n"); + printf("Press + to disable notification-LED and exit.\n"); } // Main loop