mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove warning about modules nobody read
This commit is contained in:
parent
6915180bb7
commit
1eab10796a
1 changed files with 1 additions and 13 deletions
|
|
@ -113,7 +113,7 @@ struct Settings: View {
|
|||
.font(.caption2)
|
||||
.fixedSize(horizontal: false, vertical: true)
|
||||
}
|
||||
Section("Module Configuration - Non Functional interaction preview.") {
|
||||
Section("Module Configuration") {
|
||||
|
||||
NavigationLink {
|
||||
CannedMessagesConfig(node: nodes.first(where: { $0.num == connectedNodeNum }) ?? NodeInfoEntity())
|
||||
|
|
@ -180,18 +180,6 @@ struct Settings: View {
|
|||
}
|
||||
.listStyle(GroupedListStyle())
|
||||
.navigationTitle("Settings")
|
||||
.onAppear {
|
||||
|
||||
//
|
||||
|
||||
// let connectedNode =
|
||||
|
||||
// if nodes.first(where: { $0.num == (bleManager.connectedPeripheral != nil ? bleManager.connectedPeripheral.num : 0) })!.rangeTestConfig == nil {
|
||||
//
|
||||
// // We have no Range Test Config, go get it
|
||||
// self.bleManager.getModuleConfig(configType: AdminMessage.ModuleConfigType.rangetestConfig, destNum: bleManager.connectedPeripheral.num, wantResponse: tr)
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue