diff --git a/app/src/main/java/com/geeksville/mesh/service/RadioInterfaceService.kt b/app/src/main/java/com/geeksville/mesh/service/RadioInterfaceService.kt index e42d1c292..36bcd56b2 100644 --- a/app/src/main/java/com/geeksville/mesh/service/RadioInterfaceService.kt +++ b/app/src/main/java/com/geeksville/mesh/service/RadioInterfaceService.kt @@ -149,9 +149,9 @@ class RadioInterfaceService : Service(), Logging { private var runningService: RadioInterfaceService? = null /** - * Temp hack (until old API deprecated), we now probe for the API + * Temp hack (until old API deprecated), try using just the new API now */ - var isOldApi: Boolean? = null + var isOldApi: Boolean? = false /// This is public only so that SimRadio can bootstrap our message flow fun broadcastReceivedFromRadio(context: Context, payload: ByteArray) {