Skip to content

Commit

Permalink
Remove debounce, add poll server
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Apr 4, 2020
1 parent aee16c3 commit e9a17d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ SOFTWARE. */

//////////////////////////////////////////////////////////////////////////
//
// Resolution time in microseconds (de-bouncer) - Must be declared as an UL
// Poll Brew Bubbles server for available version (time in seconds)
//
#ifndef RESOLUTION
#define RESOLUTION 500UL
#ifndef POLLSERVERVERSION
#define POLLSERVERVERSION 60
#endif
//
//////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit e9a17d0

Please sign in to comment.