From c8b0017fe62665f8c9a786855496bbd62b618ae9 Mon Sep 17 00:00:00 2001 From: elral <3263285+elral@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:12:54 +0100 Subject: [PATCH] not required commnets deleted --- MobiFlight/MobiFlightModuleInfo.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/MobiFlight/MobiFlightModuleInfo.cs b/MobiFlight/MobiFlightModuleInfo.cs index 027947ca..c3e9e8e4 100644 --- a/MobiFlight/MobiFlightModuleInfo.cs +++ b/MobiFlight/MobiFlightModuleInfo.cs @@ -5,7 +5,6 @@ namespace MobiFlight public class MobiFlightModuleInfo : IModuleInfo { String _version = null; - // String _coreversion = null; public String Type { get; set; } public String Serial { get; set; } public String Port { get; set; } @@ -18,14 +17,7 @@ public String Version get { return _version; } set { _version = value; } } -/* - public String CoreVersion - { - get { return _coreversion; } - set { _coreversion = value; - } - } -*/ + public bool HasMfFirmware() { return !String.IsNullOrEmpty(Version);