mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
10 lines
No EOL
169 B
Kotlin
10 lines
No EOL
169 B
Kotlin
package com.geeksville.mesh.service
|
|
|
|
class NopInterface : IRadioInterface {
|
|
override fun handleSendToRadio(p: ByteArray) {
|
|
}
|
|
|
|
override fun close() {
|
|
}
|
|
|
|
} |