* tidy and minor fix for offline queue deletion

This commit is contained in:
Scott Powell
2025-09-22 15:01:28 +10:00
parent 28d673ee15
commit 52d5cc6068
2 changed files with 8 additions and 3 deletions

View File

@@ -198,6 +198,8 @@ private:
struct Frame {
uint8_t len;
uint8_t buf[MAX_FRAME_SIZE];
bool isChannelMsg() const;
};
int offline_queue_len;
Frame offline_queue[OFFLINE_QUEUE_SIZE];