enable RF and TP

This commit is contained in:
Thomas Kunze 2020-03-12 21:34:00 +01:00
parent 445bf05f93
commit 894a54fa7f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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