Revert config template changes
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 22 Apr 2021 23:25:12 +0000 (16:25 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 22 Apr 2021 23:25:12 +0000 (16:25 -0700)
src/resources/config-template.json

index 796609466fb05b3473e692e90b9682ee72bc3cb5..9212ebf2fdb360e668dab9ceea75b5268f184636 100644 (file)
           "type": "enum",
           "values": [
             "manual", "switch-min", "switch-max", "stall-min", "stall-max"],
-          "default": "manual"
+          "default": "manual",
+          "code": "ho"
         },
         "stall-microstep": {
           "type": "int",
           "iunit": "IPM",
           "scale": 0.0254,
           "default": 0.1,
+          "code": "lv",
           "hmodes": ["switch-min", "switch-max"]
         },
         "latch-backoff": {
           "iunit": "in",
           "scale": 25.4,
           "default": 100,
+          "code": "lb",
           "hmodes": ["switch-min", "switch-max"]
         },
         "stall-volts": {
           "iunit": "in",
           "scale": 25.4,
           "default": 5,
+          "code": "zb",
           "hmodes": ["switch-min", "switch-max", "stall-min", "stall-max"]
         }
       }