d-buchmann
Results
42
comments of
d-buchmann
The KiCAD API is HTTP only. You'll have to make the API accessible via HTTP in the webserver config and rewrite the URL accordingly (example for apache2): ``` RewriteEngine On...
For reference: A similar system has been proposed in #274. My 2 cents: [WLED](https://kno.wled.ge/interfaces/json-api/#per-segment-individual-led-control) using the individual LED control feature of the JSON API would eliminate the need for custom...