kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
Extract `RadioNotConnectedException` out of `RadioInterfaceService`
rodzic
0d4ddaf9a0
commit
166a56a75d
|
@ -25,10 +25,6 @@ import kotlinx.coroutines.*
|
|||
import javax.inject.Inject
|
||||
|
||||
|
||||
open class RadioNotConnectedException(message: String = "Not connected to radio") :
|
||||
BLEException(message)
|
||||
|
||||
|
||||
/**
|
||||
* Handles the bluetooth link with a mesh radio device. Does not cache any device state,
|
||||
* just does bluetooth comms etc...
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
package com.geeksville.mesh.service
|
||||
|
||||
open class RadioNotConnectedException(message: String = "Not connected to radio") :
|
||||
BLEException(message)
|
Ładowanie…
Reference in New Issue