Send Reboot OTA admin message to S3 devices

This commit is contained in:
Garth Vander Houwen 2024-01-24 11:05:05 -08:00
parent 6437e110d1
commit af2d3f003d

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)