From a2517374e714d893d64e8af1ec030cdddfdc2e28 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Fri, 21 Jan 2022 11:34:05 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8bf23b12..eb87e84e 100644 --- a/README.md +++ b/README.md @@ -322,10 +322,10 @@ See also the "IMPORTANT NOTE" on the "Buttons" section and remember that when 'l Buttons are described using a JSON string with the following syntax ```json [ -{"gpio":, - "type":"BUTTON_LOW | BUTTON_HIGH", +{"gpio":, + "type":"BUTTON_LOW | BUTTON_HIGH", "pull":[true|false], - "long_press":, + "long_press":, "debounce":, "shifter_gpio":<-1|num>, "normal": {"pressed":"","released":""},