* fixed tipo: RepititionAllowed

* fixed typo: frameRecieved

* fixed typo: individualAddressDuplication

* fixed typo: induvidualAddress

* fixded Typo: InduvidualAddress

Co-authored-by: Dominik Westner <nikwest@github.com>
This commit is contained in:
Dominik Westner
2020-11-09 20:20:21 +01:00
committed by GitHub
parent ffa2eea65b
commit 5451235368
20 changed files with 80 additions and 80 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())