mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Check for nil connectedPeripheral
This commit is contained in:
parent
18630efa58
commit
e842de9086
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ struct LoRaConfig: View {
|
|||
"Are you sure?",
|
||||
isPresented: $isPresentingSaveConfirm
|
||||
) {
|
||||
Button("Save LoRa Config to device?") {
|
||||
Button("Save LoRa Config to \(bleManager.connectedPeripheral != nil ? bleManager.connectedPeripheral.longName : "Unknown")?") {
|
||||
|
||||
var lc = Config.LoRaConfig()
|
||||
lc.hopLimit = UInt32(hopLimit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue