Move radio service code verbatim into repository/radio

This commit is contained in:
Mike Cumings 2022-04-22 10:22:03 -07:00
parent 166a56a75d
commit 4f6357103b
14 changed files with 26 additions and 12 deletions

View file

@ -117,7 +117,7 @@
<!-- This is a private service which just does direct communication to the radio -->
<service
android:name="com.geeksville.mesh.service.RadioInterfaceService"
android:name="com.geeksville.mesh.repository.radio.RadioInterfaceService"
android:enabled="true"
android:exported="false" />