mirror of
https://github.com/thelsing/knx.git
synced 2025-10-12 11:15:54 +02:00
7 lines
99 B
C
7 lines
99 B
C
#pragma once
|
|
|
|
#ifdef ARDUINO_ARCH_ESP8266
|
|
#ifndef USE_STATES
|
|
#define USE_STATES
|
|
#endif
|
|
#endif |