Organize channel config files (#3526)

This commit is contained in:
Phil Oliver 2025-10-22 16:48:46 -04:00 committed by GitHub
parent 58fda3d990
commit 6864dd0729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 189 additions and 84 deletions

View file

@ -28,7 +28,7 @@ import com.geeksville.mesh.ui.sharing.ChannelScreen
import org.meshtastic.core.navigation.ChannelsRoutes
import org.meshtastic.core.navigation.DEEP_LINK_BASE_URI
import org.meshtastic.feature.settings.navigation.ConfigRoute
import org.meshtastic.feature.settings.radio.component.ChannelConfigScreen
import org.meshtastic.feature.settings.radio.channel.ChannelConfigScreen
import org.meshtastic.feature.settings.radio.component.LoRaConfigScreen
/** Navigation graph for for the top level ChannelScreen - [ChannelsRoutes.Channels]. */