mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Bump firmware version, remove outdated ble pairing information for factory reset
This commit is contained in:
parent
63b845fd62
commit
5087430f02
3 changed files with 3 additions and 3 deletions
|
|
@ -709,7 +709,7 @@
|
|||
"All" : {
|
||||
|
||||
},
|
||||
"All device and app data will be deleted. You will also need to forget your devices under Settings > Bluetooth." : {
|
||||
"All device and app data will be deleted." : {
|
||||
|
||||
},
|
||||
"Allow incoming device control over the insecure legacy admin channel." : {
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ struct DeviceConfig: View {
|
|||
.controlSize(.regular)
|
||||
.padding(.trailing)
|
||||
.confirmationDialog(
|
||||
"All device and app data will be deleted. You will also need to forget your devices under Settings > Bluetooth.",
|
||||
"All device and app data will be deleted.",
|
||||
isPresented: $isPresentingFactoryResetConfirm,
|
||||
titleVisibility: .visible
|
||||
) {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ struct Firmware: View {
|
|||
@Environment(\.managedObjectContext) var context
|
||||
@EnvironmentObject var bleManager: BLEManager
|
||||
var node: NodeInfoEntity?
|
||||
@State var minimumVersion = "2.4.0"
|
||||
@State var minimumVersion = "2.4.3"
|
||||
@State var version = ""
|
||||
@State private var currentDevice: DeviceHardware?
|
||||
@State private var latestStable: FirmwareRelease?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue