mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
turn TUNNELLING of again
This commit is contained in:
@@ -99,7 +99,7 @@ void setup()
|
||||
srand((unsigned int)time(NULL));
|
||||
knx.readMemory();
|
||||
|
||||
if (knx.individualAddress() == 0)
|
||||
if (knx.individualAddress() == 0xFFFF)
|
||||
knx.progMode(true);
|
||||
|
||||
if (knx.configured())
|
||||
|
||||
Reference in New Issue
Block a user