diff --git a/Meshtastic/Views/Settings/Firmware.swift b/Meshtastic/Views/Settings/Firmware.swift index 94894d57..20efcff7 100644 --- a/Meshtastic/Views/Settings/Firmware.swift +++ b/Meshtastic/Views/Settings/Firmware.swift @@ -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)