This commit is contained in:
2023-10-23 00:22:38 +02:00
parent 3900f5eef5
commit 3c1b0a3285
2 changed files with 3 additions and 4 deletions

View File

@ -60,7 +60,7 @@ export class Editor {
interface: ElementMap = {};
blinkTimeouts: Record<number, number> = {};
osc: OscilloscopeConfig = {
enabled: true,
enabled: false,
color: "#fdba74",
thickness: 4,
fftSize: 256,