mirror of
https://github.com/thelsing/knx.git
synced 2025-07-30 13:46:26 +02:00
Fix logs
This commit is contained in:
parent
205c1f5b15
commit
a73802f83d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user