mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
Add priliminar Arduino STM32 port
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
#elif ARDUINO_ARCH_ESP32
|
||||
// predefined global instance for IP only
|
||||
KnxFacade<Esp32Platform, Bau57B0> knx;
|
||||
#elif ARDUINO_ARCH_STM32
|
||||
KnxFacade<Stm32Platform, Bau57B0> knx;
|
||||
#elif __linux__
|
||||
// no predefined global instance
|
||||
#define ICACHE_RAM_ATTR
|
||||
|
||||
Reference in New Issue
Block a user