mirror of
https://github.com/thelsing/knx.git
synced 2025-05-07 01:15:35 +02:00
Merge branch 'master' of https://github.com/thelsing/knx
This commit is contained in:
commit
87a12fa26a
@ -45,6 +45,9 @@ void BauSystemB::enabled(bool value)
|
|||||||
|
|
||||||
void BauSystemB::sendNextGroupTelegram()
|
void BauSystemB::sendNextGroupTelegram()
|
||||||
{
|
{
|
||||||
|
if(!configured())
|
||||||
|
return;
|
||||||
|
|
||||||
static uint16_t startIdx = 1;
|
static uint16_t startIdx = 1;
|
||||||
|
|
||||||
GroupObjectTableObject& table = _groupObjTable;
|
GroupObjectTableObject& table = _groupObjTable;
|
||||||
|
@ -19,7 +19,7 @@ enum ComFlag
|
|||||||
|
|
||||||
class GroupObject;
|
class GroupObject;
|
||||||
|
|
||||||
#if __has_include(<functional>)
|
#ifdef __linux__
|
||||||
#include <functional>
|
#include <functional>
|
||||||
typedef std::function<void(GroupObject&)> GroupObjectUpdatedHandler;
|
typedef std::function<void(GroupObject&)> GroupObjectUpdatedHandler;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user