Each client panel gets mode-specific LED inputs (color, intensity, progress, digit, blink) and the Makefile now copies API_REST.md alongside the WebSocket docs. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
147 B
Makefile
3 lines
147 B
Makefile
get_api_desc:
|
|
cp ../dev/esp/powerpod/goTool/docs/API_WEBSOCKET.md ./API_WEBSOCKET.md
|
|
cp ../dev/esp/powerpod/goTool/docs/API_REST.md ./API_REST.md
|