mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
add WIP TCPInterface
This commit is contained in:
parent
1ebc710006
commit
8b70bf1a14
3 changed files with 82 additions and 3 deletions
|
|
@ -19,8 +19,8 @@ import com.hoho.android.usbserial.util.SerialInputOutputManager
|
|||
/**
|
||||
* An interface that assumes we are talking to a meshtastic device via USB serial
|
||||
*/
|
||||
class SerialInterface(service: RadioInterfaceService, address: String) :
|
||||
StreamInterface(service, address), Logging, SerialInputOutputManager.Listener {
|
||||
class SerialInterface(service: RadioInterfaceService, private val address: String) :
|
||||
StreamInterface(service), Logging, SerialInputOutputManager.Listener {
|
||||
companion object : Logging {
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue