mirror of
https://github.com/thelsing/knx.git
synced 2026-03-22 02:17:59 +01:00
enable RF and TP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user