refactor: implement repository pattern for ConnectionState

This commit is contained in:
andrekir 2023-10-21 07:24:46 -03:00
parent 179c176baf
commit 13c76f49ee
3 changed files with 7 additions and 67 deletions

View file

@ -1037,7 +1037,7 @@ class MeshService : Service(), Logging {
/// Called when we gain/lose connection to our radio
private fun onConnectionChanged(c: ConnectionState) {
debug("onConnectionChanged=$c")
debug("onConnectionChanged: $connectionState -> $c")
/// Perform all the steps needed once we start waiting for device sleep to complete
fun startDeviceSleep() {