This commit is contained in:
Thomas Kunze
2019-12-18 21:28:01 +01:00
11 changed files with 272 additions and 58 deletions

View File

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

View File

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