From ab7c6409019e97c23c6586b31c85d2660c00c7d2 Mon Sep 17 00:00:00 2001 From: watts Date: Mon, 10 Jun 2024 15:17:20 +0200 Subject: [PATCH] Update Config_Controller --- Config_Controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config_Controller.md b/Config_Controller.md index a7f34a2..a852f7b 100644 --- a/Config_Controller.md +++ b/Config_Controller.md @@ -4,7 +4,7 @@ Definition of a set of hardware controllers. The file contains a JSON structure **type**::
 String value that identifies which hardware interface will handle the controller behaviour. The set of allowed values is listed near the beginning of [`Controller.h`](https://gitlab.psi.ch/microspectro/pixelator/-/blob/master/PixelatorController/src/Controller.h#L19), for example: -`enum Type { NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Orchestra, Zaber};` + `enum Type { NewPort, NexLine, SmarAct, SmarActUsb, SmarActTcp, Orchestra, Orocos, Zaber, ZmiEpics, PandA };` **active**::