summaryrefslogtreecommitdiffstats
path: root/src/Protocol/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Protocol/Protocol.h')
-rw-r--r--src/Protocol/Protocol.h3
1 files changed, 2 insertions, 1 deletions
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,