Skip to content

Commit

Permalink
updated readme, small fix in web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ctag-fh-kiel committed May 13, 2021
1 parent 3cc3a94 commit 7418a08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Binary file modified bin/ctag-tbd.bin
Binary file not shown.
Binary file modified bin/storage.bin
Binary file not shown.
6 changes: 2 additions & 4 deletions spiffs_image/www/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,12 @@

});
$('#plugin-select-ch1').on('change', function () {
modal.show();
console.log('modal show');
modal_mn.show();
$.getq('myq',
'api/v1/setActivePlugin/1',
{id: this.value},
d => {
modal.hide();
console.log('modal hide');
modal_mn.hide();
}
);
});
Expand Down
1 change: 1 addition & 0 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## V0.9.16
- New plugin SpaceFX by M. Brüssel (uses [Vult Technology](https://github.com/modlfo))
- Bjorklund parameter reduction (some setting caused CPU overload)
- Numeric plugin parameters can now be reset to 0 by double clicking parameter name
- FBDlyLine plugin bug fix, dry/wet slider now working
- Limitation of patch storage to 10 patches per plugin (this is due to the limited storage resources on the platform), fixes out of mem bug, when too many patches were created
Expand Down

0 comments on commit 7418a08

Please sign in to comment.