From 2b9bc020cec5c5b503551f0e85e43c2f428c6bd2 Mon Sep 17 00:00:00 2001 From: atse Date: Thu, 18 Jul 2024 18:06:40 +0800 Subject: [PATCH] ctrl_panel: Improve postfilter description --- pytec/pytec/gui/view/param_tree.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pytec/pytec/gui/view/param_tree.json b/pytec/pytec/gui/view/param_tree.json index 572caeb..274f50e 100644 --- a/pytec/pytec/gui/view/param_tree.json +++ b/pytec/pytec/gui/view/param_tree.json @@ -203,7 +203,7 @@ }, { "name": "rate", - "title": "Postfilter Rate", + "title": "50/60 Hz Rejection Filter", "type": "list", "value": 16.67, "thermostat:set_param": { @@ -211,11 +211,11 @@ "field": "rate" }, "limits": { - "Off": null, - "16.67 Hz": 16.67, - "20 Hz": 20.0, - "21.25 Hz": 21.25, - "27 Hz": 27.0 + "16.67 SPS": 16.67, + "20 SPS": 20.0, + "21.25 SPS": 21.25, + "27 SPS": 27.0, + "Off": null }, "tip": "Adjust the output data rate of the enhanced 50 Hz & 60 Hz rejection filter\n(Helps avoid mains interference)", "lock": false