IP400/bugs

6 lines
270 B
Plaintext
Raw Normal View History

2025-02-06 04:26:12 +02:00
Known bugs:
A chat frame with a zero data field length does not work. Problem seems to be in the receiver or chat processor.
2025-02-06 05:26:20 +02:00
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.