mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 13:16:45 +00:00
Fix INPUT_PULLDOWN on ESP8266
This commit is contained in:
parent
524e60a04f
commit
3f52fab0d1
@ -11,6 +11,10 @@
|
|||||||
#include "hasp/hasp_dispatch.h"
|
#include "hasp/hasp_dispatch.h"
|
||||||
#include "hasp/hasp.h"
|
#include "hasp/hasp.h"
|
||||||
|
|
||||||
|
#ifdef ARDUINO_ARCH_ESP8266
|
||||||
|
#define INPUT_PULLDOWN INPUT
|
||||||
|
#endif
|
||||||
|
|
||||||
uint8_t gpioUsedInputCount = 0;
|
uint8_t gpioUsedInputCount = 0;
|
||||||
|
|
||||||
using namespace ace_button;
|
using namespace ace_button;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user