From fe9e0d73b8d6f3aef990288326c3395ec08641eb Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 17 Aug 2024 15:36:23 -0700 Subject: [PATCH] Add firmware version requirement to encryption help --- Meshtastic/Views/Helpers/Help/LockLegend.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Helpers/Help/LockLegend.swift b/Meshtastic/Views/Helpers/Help/LockLegend.swift index 9c5d216b..36716798 100644 --- a/Meshtastic/Views/Helpers/Help/LockLegend.swift +++ b/Meshtastic/Views/Helpers/Help/LockLegend.swift @@ -34,7 +34,7 @@ struct LockLegend: View { Text("Public Key Encryption") .fontWeight(.semibold) } - Text("Direct messages are using the new public key infrastructure for encryption.") + Text("Direct messages are using the new public key infrastructure for encryption. Reguires firmware version 2.5 or greater.") .allowsTightening(/*@START_MENU_TOKEN@*/true/*@END_MENU_TOKEN@*/) .font(.callout) .fixedSize(horizontal: false, vertical: true)