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:
Bernator
2019-09-09 20:10:56 +02:00
committed by thelsing
parent 7cdc104b29
commit afd07d10cb
9 changed files with 36 additions and 36 deletions

View File

@@ -43,7 +43,7 @@ bool trigger = false;
void setup(void)
{
Serial.begin(115200);
ArduinoPlatform::SerialDebug = Serial;
ArduinoPlatform::SerialDebug = &Serial;
delay(5000);
Serial.println("start");