From 92abfec58ed41c6dd6954c5f3fc5180d6f011d08 Mon Sep 17 00:00:00 2001 From: adrcs Date: Fri, 28 Mar 2025 12:50:52 -0600 Subject: [PATCH] Update bugs --- bugs | 2 -- 1 file changed, 2 deletions(-) diff --git a/bugs b/bugs index a63c3b0..b7c5969 100644 --- a/bugs +++ b/bugs @@ -1,5 +1,3 @@ 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.