mirror of
https://github.com/thelsing/knx.git
synced 2026-04-25 23:04:56 +02:00
fixed typo: induvidualAddress
This commit is contained in:
@@ -51,7 +51,7 @@ void setup()
|
||||
srand((unsigned int)time(NULL));
|
||||
knx.readMemory();
|
||||
|
||||
if (knx.induvidualAddress() == 0)
|
||||
if (knx.individualAddress() == 0)
|
||||
knx.progMode(true);
|
||||
|
||||
if (knx.configured())
|
||||
|
||||
Reference in New Issue
Block a user