turn TUNNELLING of again

This commit is contained in:
Thomas Kunze
2024-08-18 00:05:30 +02:00
parent 8c3af52892
commit 897acfe10f
14 changed files with 682 additions and 18 deletions

View File

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