diff --git a/examples/buttons/buttons_main.c b/examples/buttons/buttons_main.c index 04db19068..34b6c8055 100644 --- a/examples/buttons/buttons_main.c +++ b/examples/buttons/buttons_main.c @@ -410,6 +410,7 @@ int buttons_main(int argc, char *argv[]) { maxbuttons = strtol(argv[1], NULL, 10); } + lowsyslog("maxbuttons: %d\n", maxbuttons); #endif