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;