From 8b31a918a4ef352f4b36086592844d181ad9cddc Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 27 Feb 2017 19:22:02 +0000 Subject: [PATCH] Fix Pi GPIO debounce To close #1139 --- nodes/core/hardware/36-rpi-gpio.html | 3 --- nodes/core/hardware/36-rpi-gpio.js | 11 ++++++++--- nodes/core/hardware/nrgpio.py | 6 +++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/nodes/core/hardware/36-rpi-gpio.html b/nodes/core/hardware/36-rpi-gpio.html index 627129364..37c63fafd 100644 --- a/nodes/core/hardware/36-rpi-gpio.html +++ b/nodes/core/hardware/36-rpi-gpio.html @@ -218,7 +218,6 @@ var pinsInUse = {}; RED.nodes.registerType('rpi-gpio out',{ category: 'Raspberry Pi', - label: 'Raspberry Pi', color:"#c6dbef", defaults: { name: { value:"" }, @@ -351,7 +350,6 @@