Fix INPUT_PULLDOWN on ESP8266

This commit is contained in:
fvanroie 2021-01-23 02:01:32 +01:00
parent 524e60a04f
commit 3f52fab0d1

View File

@ -11,6 +11,10 @@
#include "hasp/hasp_dispatch.h"
#include "hasp/hasp.h"
#ifdef ARDUINO_ARCH_ESP8266
#define INPUT_PULLDOWN INPUT
#endif
uint8_t gpioUsedInputCount = 0;
using namespace ace_button;