mirror of
https://github.com/thelsing/knx.git
synced 2025-08-03 13:48:15 +02:00
Fix logs
This commit is contained in:
parent
205c1f5b15
commit
a73802f83d
@ -710,7 +710,7 @@ void TpUartDataLinkLayer::connected(bool state /* = true */)
|
|||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
println("TP is disconnected");
|
println("TP is disconnected");
|
||||||
KNX_LOGI(KTAG, "TP is disconnected");
|
KNX_LOGE(KTAG, "TP is disconnected");
|
||||||
}
|
}
|
||||||
|
|
||||||
_connected = state;
|
_connected = state;
|
||||||
|
Loading…
Reference in New Issue
Block a user