fix: revert RAW message
This commit is contained in:
@@ -8,7 +8,7 @@ namespace ClusterProtocol {
|
|||||||
constexpr const char* HEARTBEAT_MSG = "cluster/heartbeat";
|
constexpr const char* HEARTBEAT_MSG = "cluster/heartbeat";
|
||||||
constexpr const char* NODE_UPDATE_MSG = "node/update";
|
constexpr const char* NODE_UPDATE_MSG = "node/update";
|
||||||
constexpr const char* CLUSTER_EVENT_MSG = "cluster/event";
|
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;
|
constexpr uint16_t UDP_PORT = 4210;
|
||||||
// Increased buffer to accommodate larger RAW pixel streams and node info JSON over UDP
|
// Increased buffer to accommodate larger RAW pixel streams and node info JSON over UDP
|
||||||
constexpr size_t UDP_BUF_SIZE = 2048;
|
constexpr size_t UDP_BUF_SIZE = 2048;
|
||||||
|
|||||||
Reference in New Issue
Block a user