mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
12 lines
251 B
Swift
12 lines
251 B
Swift
//
|
|
// EnvironmentValues.swift
|
|
// Meshtastic
|
|
//
|
|
// Copyright(c) by Garth Vander Houwen on 1/1/25.
|
|
//
|
|
import SwiftUI
|
|
|
|
extension EnvironmentValues {
|
|
@Entry var publicMqttUsername: String = "meshdev"
|
|
@Entry var publicMqttPsk: String = "large4cats"
|
|
}
|