mirror of
https://github.com/thelsing/knx.git
synced 2026-03-07 02:17:30 +01:00
Merge branch 'master' of https://github.com/thelsing/knx
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define GPIO_GDO0_PIN 24 // GPIO 24 (GPIO_GEN5) -> WiringPi: 5 -> Pin number on header: 18
|
||||
#endif
|
||||
|
||||
#define USE_CEMI_SERVER
|
||||
//#define USE_CEMI_SERVER
|
||||
#define USE_RF
|
||||
#define USE_TP
|
||||
#define USE_IP
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "callback_property.h"
|
||||
|
||||
//224.0.23.12
|
||||
#define DEFAULT_MULTICAST_ADDR 0xE000170C
|
||||
#define DEFAULT_MULTICAST_ADDR ((uint32_t)0xE000170C)
|
||||
|
||||
IpParameterObject::IpParameterObject(DeviceObject& deviceObject, Platform& platform): _deviceObject(deviceObject),
|
||||
_platform(platform)
|
||||
|
||||
Reference in New Issue
Block a user