From 67b2b06276f32d35d4a701da5b00f369d4c07e7b Mon Sep 17 00:00:00 2001 From: adrcs Date: Wed, 5 Feb 2025 20:26:20 -0700 Subject: [PATCH] Update bugs --- bugs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bugs b/bugs index b8ecc6a..a63c3b0 100644 --- a/bugs +++ b/bugs @@ -1,2 +1,5 @@ Known bugs: A chat frame with a zero data field length does not work. Problem seems to be in the receiver or chat processor. +Fixed in the transmitter not to send a zero length frame. Text length was also off by sizeof(uint16_t) + null char. + +No known bugs at this time.