mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
added ESP32 platform (#30)
* added ESP32 platform * fixed typo in comments
This commit is contained in:
committed by
thelsing
parent
2b7e24cab0
commit
14d2da82f1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user