fixed typo: induvidualAddress

This commit is contained in:
Dominik Westner
2020-11-06 23:11:37 +01:00
parent 66d862f599
commit ed20f394c1
17 changed files with 53 additions and 53 deletions

View File

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