Update djui_chat_message.h

This commit is contained in:
occamsaturn 2025-12-16 13:06:12 -08:00 committed by GitHub
parent e62599c3da
commit 78883923e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
#include "djui.h"
#define MAX_CHAT_MSG_LENGTH 500
#define MAX_CHAT_PACKET_LENGTH (MAX_CONFIG_STRING + MAX_CHAT_PACKET_LENGTH + 19)
#define MAX_CHAT_PACKET_LENGTH (MAX_CONFIG_STRING + MAX_CHAT_MSG_LENGTH + 19)
struct DjuiChatMessage {
struct DjuiBase base;