From af2d3f003da3779d40e7cab7971ac7b0675028de Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 24 Jan 2024 11:05:05 -0800 Subject: [PATCH] Send Reboot OTA admin message to S3 devices --- Meshtastic/Views/Settings/Firmware.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)