mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
enable RF and TP
This commit is contained in:
parent
445bf05f93
commit
894a54fa7f
@ -10,9 +10,9 @@
|
||||
#define GPIO_GDO0_PIN 24 // GPIO 24 (GPIO_GEN5) -> WiringPi: 5 -> Pin number on header: 18
|
||||
#endif
|
||||
|
||||
|
||||
//#define USE_RF
|
||||
//#define USE_TP
|
||||
//#define MEDIUM_TYPE 2
|
||||
#define USE_RF
|
||||
#define USE_TP
|
||||
#define USE_IP
|
||||
//#define USE_USB
|
||||
//#define USE_CEMI_SERVER
|
||||
|
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "knx/bits.h"
|
||||
|
||||
#include "knx/config.h"
|
||||
// Set default medium type to TP if no external definitions was given
|
||||
#ifndef MEDIUM_TYPE
|
||||
#define MEDIUM_TYPE 0
|
||||
|
Loading…
Reference in New Issue
Block a user