mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
only use the new api now, old device loads have been out a while
This commit is contained in:
parent
6031b5eaa0
commit
ed4236d8e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue