Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: MobiFlight/MobiFlight-WASM-Module

Tags

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix clearing out values on clear. (#25)

0.7.2

Toggle 0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Increase version to 0.7.2, release profile without debug (#23)

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use the default mobiflight release.yml (#21)

0.7.1

Toggle 0.7.1's commit message
Set version to 0.7.1

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version command and console messages (#16)

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add MF.Config.MAX_VARS_PER_FRAME to limit number of variables read in…

… each frame (#13)

* reduce ReadSimVars() count to improve performance

1. use std::list instead of std::vector, for circular iteration
2. list max 5 SimVars reading in very frame
3. VimVars clean() needs update list iterator

* too slow for feedback data

use 12 for a while

* Changed back to std::vector and added method to send command for changing it.

* removed explicit DEFAULT value

Co-authored-by: Wei Shuai <[email protected]>

0.5.0

Toggle 0.5.0's commit message
Updated events.txt with most recent events from HubHop