mirror of
https://github.com/thelsing/knx.git
synced 2026-04-16 23:12:36 +02:00
Fix logs
This commit is contained in:
@@ -710,7 +710,7 @@ void TpUartDataLinkLayer::connected(bool state /* = true */)
|
||||
}
|
||||
else{
|
||||
println("TP is disconnected");
|
||||
KNX_LOGI(KTAG, "TP is disconnected");
|
||||
KNX_LOGE(KTAG, "TP is disconnected");
|
||||
}
|
||||
|
||||
_connected = state;
|
||||
|
||||
Reference in New Issue
Block a user