BitsAndDroids / FlightConnector-Rust

Connect and interface your diy hardware to mfs2020.
3 stars 0 forks source link

App v0.3.29 #213

Closed BitsAndDroids closed 4 months ago

BitsAndDroids commented 4 months ago

What kind of change is in this PR


What's changed

Provide a description of the changes you've made and why you made them.

Connector

On startup, the connector checks whether or not the installed WASM module is the latest available version. If a newer version is available, the module will be updated automatically. This requires installing the WASM module through the connector and saving the community folder path.

image

WASM

Previously, the WASM module gathered data six times per second. This value has been changed to update every frame, resulting in smoother value transmission.


Related issue

If applicable provide the issue number.


Checklist before merging