bitcraze / aideck-esp-firmware

AI Deck ESP32 firmware
9 stars 5 forks source link

Fix length and last packet issue in router #8

Closed evoggy closed 2 years ago

evoggy commented 2 years ago

This avoids the asserts in the sending when splitting packets as well as properly sets the last packet flag.

evoggy commented 2 years ago

New version where lastPacket is set on packages moving from the ESP APP into the route instead.