Provide a description of the changes you've made and why you made them.
Connector
Added a WASM module update check.
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.
WASM
increased the polling/update rate.
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
[ ] If it's a core feature I've assessed if tests are needed and implemented
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.
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