projectweekend / Pi-GPIO-Server

A server for the Raspberry Pi with access to the digital GPIO pins via RESTful JSON and Socket.io
MIT License
127 stars 48 forks source link

Set the default bouncetime value to -666 #6

Closed ermaker closed 8 years ago

ermaker commented 8 years ago

Set the default bouncetime to -666 (the default value -666 is in Rpi.GPIO source code).

As-Is: if the bouncetime is not set, your setting for event detecting is silently down. And there is no notification that bouncetime is required.

projectweekend commented 8 years ago

Thanks!