fixed typo in comments

This commit is contained in:
metaneutrons 2019-08-25 17:35:20 +02:00
parent 0307928ffa
commit 9dd4f9c7bf

View File

@ -84,7 +84,7 @@ void setup()
SerialDBG.println(knx.paramByte(4));
}
// pin or GPIO the programming led is connected to. Default is LED_BUILDIN
// pin or GPIO the programming led is connected to. Default is LED_BUILTIN
// knx.ledPin(LED_BUILTIN);
// is the led active on HIGH or low? Default is LOW
// knx.ledPinActiveOn(HIGH);