rland93 / ollyfc

A small rust-embedded flight computer. RTIC, FrSky protocols, and STM32F4 hardware.
Mozilla Public License 2.0
1 stars 0 forks source link

data log download progress #24

Closed rland93 closed 9 months ago

rland93 commented 9 months ago

now that we have the cursor sector and the start sector in log metadata, we can display progress as the logs are being downloaded

this will help me figure out the speed, whether its worth it rn to improve serial performance right now or if we can push that off.

related to #22 viewing and parsing metadata