From 563570518a729eec4c74d7d5fad163dd135c0fd6 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Thu, 21 Apr 2022 17:30:52 +0200 Subject: Moved comment to top --- src/Protocol/Protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index 6bec7d944..4f7590c2c 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -330,6 +330,7 @@ public: Pose }; + // TODO: these constants should be in WebServer enum class Version { v1_8_0 = 47, @@ -345,7 +346,7 @@ public: v1_12_2 = 340, v1_13 = 393, v1_13_1 = 401, - v1_13_2 = 404, // TODO: this constant should be in WebServer + v1_13_2 = 404, v1_14 = 477, v1_14_1 = 480, v1_14_2 = 485, -- cgit v1.2.3