mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Send Reboot OTA admin message to S3 devices
This commit is contained in:
parent
6437e110d1
commit
af2d3f003d
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ struct Firmware: View {
|
|||
.font(.callout)
|
||||
}
|
||||
}
|
||||
} else if currentDevice?.architecture == Meshtastic.Architecture.esp32 {
|
||||
} else if currentDevice?.architecture == Meshtastic.Architecture.esp32 || currentDevice?.architecture == Meshtastic.Architecture.esp32S3 || currentDevice?.architecture == Meshtastic.Architecture.esp32C3 {
|
||||
VStack(alignment: .leading) {
|
||||
Text("ESP32 Device Firmware Update")
|
||||
.font(.title3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue