From c018d88b73c247abf58a9d3857ab4119ca549a88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Frakn=C3=B3i=20Tam=C3=A1s?= <fraknoitamas@gmail.com>
Date: Mon, 27 Jun 2022 13:46:47 +0000
Subject: [PATCH] Update matrix server port

---
 test_anim/Readme.md       | 2 +-
 test_anim/matrix_server.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test_anim/Readme.md b/test_anim/Readme.md
index 02ab8f4..a3d688f 100644
--- a/test_anim/Readme.md
+++ b/test_anim/Readme.md
@@ -41,7 +41,7 @@ make install
 minimatrixrpi
 ```
 
-Matrix server on 10000 port.
+Matrix server on 50001 port.
 
 sACN universes 1-6, 5 rows for each universe from top row (except last, that has 1).
 
diff --git a/test_anim/matrix_server.h b/test_anim/matrix_server.h
index a12a4f2..36684f9 100644
--- a/test_anim/matrix_server.h
+++ b/test_anim/matrix_server.h
@@ -10,7 +10,7 @@ class MatrixServer
 {
 private:
     const int BUFFER_SIZE = 2000;
-    const int PORT = 10000;
+    const int PORT = 50001;
     int sockfd = -1;
     uint8_t* buffer;
     size_t datagram_size;
@@ -25,4 +25,4 @@ public:
     MxFrame getFrame();
 };
 
-#endif // MATRIX_SERVER_H
\ No newline at end of file
+#endif // MATRIX_SERVER_H
-- 
GitLab