From 1b964fb826c8265548a518b04e763494eb65c56c Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Fri, 29 May 2026 12:44:08 +0200 Subject: [PATCH] fix error in cfg/sea/ma11.config.json --- main/ma6_cfg.py | 1 + sea/ma11.config.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main/ma6_cfg.py b/main/ma6_cfg.py index a6e4ec7..11ad023 100644 --- a/main/ma6_cfg.py +++ b/main/ma6_cfg.py @@ -75,6 +75,7 @@ Mod('om', 'frappy_psi.phytron.Motor', 'stick rotation, typically used for omega', io='om_io', + meaning=['rotation_z', 20], encoder_mode='CHECK', target_min=-180, target_max=360, diff --git a/sea/ma11.config.json b/sea/ma11.config.json index 6ac7dfe..2fb6df8 100644 --- a/sea/ma11.config.json +++ b/sea/ma11.config.json @@ -284,8 +284,8 @@ {"path": "eeprom", "type": "enum", "enum": {"ok": 0, "dirty": 1, "save": 2, "load": 3}, "readonly": false, "cmd": "hemot eeprom"}, {"path": "customadr", "type": "text", "readonly": false, "cmd": "hemot customadr"}, {"path": "custompar", "type": "float", "readonly": false, "cmd": "hemot custompar"}]}, -" -ln2fill": {"base": "/ln2fill", "params": [ + +"ln2fill": {"base": "/ln2fill", "params": [ {"path": "", "type": "enum", "enum": {"watching": 0, "fill": 1, "inactive": 2}, "readonly": false, "cmd": "ln2fill", "kids": 14}, {"path": "send", "type": "text", "readonly": false, "cmd": "ln2fill send", "visibility": 3}, {"path": "status", "type": "text", "visibility": 3},