mirror of
https://github.com/thelsing/knx.git
synced 2026-05-01 23:07:33 +02: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