log messages sent from apps

This commit is contained in:
HarukiToreda
2025-10-17 01:12:47 -04:00
parent 13458d3a6a
commit c0361d2aea
2 changed files with 13 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ struct __attribute__((packed)) StoredMessageRecord {
uint8_t ackStatus; // static_cast<uint8_t>(AckStatus)
uint8_t type; // static_cast<uint8_t>(MessageType)
uint16_t textLength; // message length
char text[MAX_MESSAGE_SIZE]; // <-- store actual text here
char text[MAX_MESSAGE_SIZE]; // store actual text here
};
// Serialize one StoredMessage to flash