knx/platform/arduino/arch_config.h

7 lines
99 B
C

#pragma once
#ifdef ARDUINO_ARCH_ESP8266
#ifndef USE_STATES
#define USE_STATES
#endif
#endif