mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat(tak): introduce built-in Local TAK Server and mesh integration (#4951)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
d1ca8ec527
commit
e249461e3c
76 changed files with 4587 additions and 64 deletions
|
|
@ -63,6 +63,7 @@ import org.meshtastic.core.network.di.module as coreNetworkModule
|
|||
import org.meshtastic.core.prefs.di.module as corePrefsModule
|
||||
import org.meshtastic.core.repository.di.module as coreRepositoryModule
|
||||
import org.meshtastic.core.service.di.module as coreServiceModule
|
||||
import org.meshtastic.core.takserver.di.module as coreTakServerModule
|
||||
import org.meshtastic.core.ui.di.module as coreUiModule
|
||||
import org.meshtastic.desktop.di.module as desktopDiModule
|
||||
import org.meshtastic.feature.connections.di.module as featureConnectionsModule
|
||||
|
|
@ -99,6 +100,7 @@ fun desktopModule() = module {
|
|||
org.meshtastic.core.ble.di.CoreBleModule().coreBleModule(),
|
||||
org.meshtastic.core.ui.di.CoreUiModule().coreUiModule(),
|
||||
org.meshtastic.core.service.di.CoreServiceModule().coreServiceModule(),
|
||||
org.meshtastic.core.takserver.di.CoreTakServerModule().coreTakServerModule(),
|
||||
org.meshtastic.feature.settings.di.FeatureSettingsModule().featureSettingsModule(),
|
||||
org.meshtastic.feature.node.di.FeatureNodeModule().featureNodeModule(),
|
||||
org.meshtastic.feature.messaging.di.FeatureMessagingModule().featureMessagingModule(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue