more work on oscilloscope

This commit is contained in:
2023-10-22 23:23:19 +02:00
parent 816429b9fa
commit 9ca8853539
4 changed files with 27 additions and 16 deletions

View File

@ -1977,6 +1977,6 @@ export class UserAPI {
* Configures the oscilloscope.
* @param config - The configuration object
*/
this.app.oscilloscope_config = config;
this.app.osc = config;
};
}