From 9cbcbd2025d6d02dc7e7c835025e047d4c1e29ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Wed, 13 May 2026 13:43:48 +0200 Subject: [PATCH] chore(oscope): remove dead settings.json fields --- oscope-of/bin/data/settings.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/oscope-of/bin/data/settings.json b/oscope-of/bin/data/settings.json index 29de534..5434690 100644 --- a/oscope-of/bin/data/settings.json +++ b/oscope-of/bin/data/settings.json @@ -1,8 +1,5 @@ { "scope": { - "sample_rate": 48000000, - "gain_ch1": 0.5, - "gain_ch2": 0.5, "buffer_size": 4096 }, "osc": { @@ -11,9 +8,6 @@ "send_port": 57121 }, "display": { - "fullscreen": false, - "width": 1920, - "height": 1080, "default_mode": "scope4" } }