mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
Nikwest (#100)
* 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:
@@ -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