fix: revert RAW message

This commit is contained in:
2025-10-27 07:48:06 +01:00
parent 682849650d
commit 4559e13d7d

View File

@@ -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;