From 6c71b77482937cd80e7d3c9405c104a827ee6a91 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 13 Nov 2023 09:06:29 +0100 Subject: [PATCH] Small comment --- csharp/App/VrmGrabber/Controller.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csharp/App/VrmGrabber/Controller.cs b/csharp/App/VrmGrabber/Controller.cs index 46dddd884..17589cf59 100644 --- a/csharp/App/VrmGrabber/Controller.cs +++ b/csharp/App/VrmGrabber/Controller.cs @@ -26,8 +26,7 @@ public record InstallationToHtmlInterface( [Controller] public class Controller : ControllerBase { - - //Todo automatically grab newest version? + //Todo change me for updates private const String FirmwareVersion = "AF09";