mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01: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()
|
||||
{
|
||||
if(!configured())
|
||||
return;
|
||||
|
||||
static uint16_t startIdx = 1;
|
||||
|
||||
GroupObjectTableObject& table = _groupObjTable;
|
||||
|
@ -19,7 +19,7 @@ enum ComFlag
|
||||
|
||||
class GroupObject;
|
||||
|
||||
#if __has_include(<functional>)
|
||||
#ifdef __linux__
|
||||
#include <functional>
|
||||
typedef std::function<void(GroupObject&)> GroupObjectUpdatedHandler;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user