Skip to content

Commit 6b5da60

Browse files
author
Evert Arias
authored
Merge pull request #61 from ingoha/ingoha-patch-1
Fix #56
2 parents d630f56 + 8eba9d2 commit 6b5da60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EasyButtonBase.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <Arduino.h>
1212
#include "Sequence.h"
1313

14-
#ifdef ESP8266
14+
#if defined(ESP8266) || defined(ESP32)
1515
#define EASYBUTTON_FUNCTIONAL_SUPPORT 1
1616
#endif
1717

@@ -77,4 +77,4 @@ class EasyButtonBase
7777
void _checkPressedTime(); // Verify if pressed_for_callback should be called.
7878
};
7979

80-
#endif
80+
#endif

0 commit comments

Comments
 (0)