From b77c222b72bba72832ff8208ab78f2c902770c2c Mon Sep 17 00:00:00 2001 From: zebra Date: Tue, 2 May 2023 16:34:23 +0200 Subject: [PATCH] add setsamp to ma02.config.json --- cfg/sea/ma02.config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg/sea/ma02.config.json b/cfg/sea/ma02.config.json index d13c63c..32af36c 100644 --- a/cfg/sea/ma02.config.json +++ b/cfg/sea/ma02.config.json @@ -61,6 +61,7 @@ {"path": "set/prop", "type": "float", "readonly": false, "cmd": "tt set/prop", "description": "bigger means more gain"}, {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, +{"path": "setsamp", "type": "float", "readonly": false, "cmd": "tt setsamp"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, {"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, {"path": "dinp", "type": "int"},