add beginnings of radio interface service

This commit is contained in:
geeksville
2020-01-24 17:05:55 -08:00
parent 5c9696588e
commit 559795b796
9 changed files with 203 additions and 90 deletions

View File

@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.geeksville.com.geeeksville.mesh", appContext.packageName)
assertEquals("com.geeksville.com.geeksville.mesh", appContext.packageName)
}
}