Skip to content

Flowshutter 0.61

Compare
Choose a tag to compare
@DusKing1 DusKing1 released this 27 May 02:41
56cd8df

This is our first official release, and while we're not in the official version number (1.00), I believe this release is performant enough for all existing requirements.

If you find any bugs or want to request new features, please visit our issue.

See our documentation for more usage instructions.

Features

  • 200Hz CRSF sender
  • OLED supports up to 50Hz refresh rate
  • On-board user data storage
  • Camera Protocol Support:
    • Support Sony Multi Terminal USB protocol
    • Supports transient grounding
    • Support 3.3V Schmitt trigger

Changes from 0.60:

  • Refactored all the code in an object-oriented way
  • Rewritten OLED driver to use faster and more efficient hardware I2C implementation
  • Since the OLED blocking problem is completely solved, the main frequency is adjusted from 240Mhz to a lower power consumption 160Mhz
  • Readjusted the usage of timer resources
  • Refactoring Simple Task Scheduler
  • Decoupled UI logic and OLED
  • Decoupled UI logic and camera behavior
  • Decouples camera behavior from the underlying hardware