mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Show admin channel in channels list
This commit is contained in:
parent
7a06a0dbba
commit
2ac6d80dab
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ struct ChannelList: View {
|
|||
|
||||
@State private var isPresentingTraceRouteSentAlert = false
|
||||
|
||||
var restrictedChannels = ["admin", "gpio", "mqtt", "serial"]
|
||||
var restrictedChannels = ["gpio", "mqtt", "serial"]
|
||||
|
||||
var body: some View {
|
||||
let localeDateFormat = DateFormatter.dateFormat(fromTemplate: "yyMMdd", options: 0, locale: Locale.current)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue