Show admin channel in channels list

This commit is contained in:
Garth Vander Houwen 2024-04-05 17:29:37 -07:00
parent 7a06a0dbba
commit 2ac6d80dab

View file

@ -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)