Merge pull request #470 from meshtastic/2.2.20_Working_Changes

Send Reboot OTA admin message to S3 devices
This commit is contained in:
Garth Vander Houwen 2024-01-24 11:05:49 -08:00 committed by GitHub
commit 892763f81e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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