mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add debug to meshlog and appdata views
This commit is contained in:
parent
07c1018b53
commit
53d5f4bc7c
1 changed files with 4 additions and 0 deletions
|
|
@ -469,13 +469,17 @@ struct Settings: View {
|
|||
case .telemetry:
|
||||
TelemetryConfig(node: node)
|
||||
case .meshLog:
|
||||
#if DEBUG
|
||||
MeshLog()
|
||||
#endif
|
||||
case .debugLogs:
|
||||
if #available(iOS 17.4, *) {
|
||||
AppLog()
|
||||
}
|
||||
case .appFiles:
|
||||
#if DEBUG
|
||||
AppData()
|
||||
#endif
|
||||
case .firmwareUpdates:
|
||||
Firmware(node: node)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue