only use the new api now, old device loads have been out a while

pull/40/head
geeksville 2020-05-30 16:23:42 -07:00
rodzic 6031b5eaa0
commit ed4236d8e3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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) {