mirror of
https://github.com/thelsing/knx.git
synced 2026-04-16 23:12:36 +02:00
Add default MEDIUM_TYPE 0 (TP)
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
#include "knx/bits.h"
|
||||
|
||||
// Set default medium type to TP if no external definitions was given
|
||||
#ifndef MEDIUM_TYPE
|
||||
#define MEDIUM_TYPE 0
|
||||
#endif
|
||||
|
||||
#ifdef ARDUINO_ARCH_SAMD
|
||||
#include "samd_platform.h"
|
||||
#include "knx/bau07B0.h"
|
||||
|
||||
Reference in New Issue
Block a user