From 560ae6f309a6e18f34245769a348c0786fa97642 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 23 Jan 2025 13:37:41 -0800 Subject: Adds PWM effect and dummy gradient service --- servconf.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'servconf.yaml') diff --git a/servconf.yaml b/servconf.yaml index a014ade..b2b01cd 100644 --- a/servconf.yaml +++ b/servconf.yaml @@ -12,6 +12,10 @@ dummy-fail: alive: 1000000 name: fail pubEp: tcp://0.0.0.0:10002 +dummy-gradient: + name: gradient + pwmPeriod: 1000000 + stepDelay: 100000 dummy-poller: name: poller period: 3000000 -- cgit v1.2.1