From 4559e13d7d8d544ab8b14bcadca0d14b16addfdf Mon Sep 17 00:00:00 2001 From: 0x1d Date: Mon, 27 Oct 2025 07:48:06 +0100 Subject: [PATCH] fix: revert RAW message --- include/spore/internal/Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spore/internal/Globals.h b/include/spore/internal/Globals.h index c62e34a..1ceae88 100644 --- a/include/spore/internal/Globals.h +++ b/include/spore/internal/Globals.h @@ -8,7 +8,7 @@ namespace ClusterProtocol { constexpr const char* HEARTBEAT_MSG = "cluster/heartbeat"; constexpr const char* NODE_UPDATE_MSG = "node/update"; constexpr const char* CLUSTER_EVENT_MSG = "cluster/event"; - constexpr const char* RAW_MSG = "raw"; + constexpr const char* RAW_MSG = "RAW"; constexpr uint16_t UDP_PORT = 4210; // Increased buffer to accommodate larger RAW pixel streams and node info JSON over UDP constexpr size_t UDP_BUF_SIZE = 2048;