Update bugs

This commit is contained in:
adrcs 2025-02-05 20:26:20 -07:00 committed by GitHub
parent eb18a3f06b
commit 67b2b06276
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
bugs
View file

@ -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.