kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
only use the new api now, old device loads have been out a while
rodzic
6031b5eaa0
commit
ed4236d8e3
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue