mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
Bugfix, change debug uart not possible (#33)
* bugfix, print not allowed in constructor * Update tpuart_data_link_layer.cpp - start confirm timout only after last byte was sent - increase BYTE_TIMEOUT * -bugfix, change debug Uart not possible * Update esp32_platform.cpp * Update esp_platform.cpp * Update knx-bme680.ino * Update knx-demo.ino * Update knx-hdc1008.ino * Update knx-sonoffS20.ino
This commit is contained in:
@@ -43,7 +43,7 @@ bool trigger = false;
|
||||
void setup(void)
|
||||
{
|
||||
Serial.begin(115200);
|
||||
ArduinoPlatform::SerialDebug = Serial;
|
||||
ArduinoPlatform::SerialDebug = &Serial;
|
||||
delay(5000);
|
||||
Serial.println("start");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user