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" } }