mirror of
https://github.com/thelsing/knx.git
synced 2026-03-07 02:17:30 +01: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