From cb4a4aed9ea3e5bb0bc3c7df0fce194fd312dccc Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Thu, 19 Jun 2025 17:27:58 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a3a954..5b61833 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ eink-feed-server - `GET /api/channel?id=`: Returns channel configuration. Can be used by a rendering server to get display information about the image channel. - `POST /api/frame?id=&orientation=<(portrait|landscape)_(left|right)>`: - Accepts a multipart form with a BMP or PNG. + Accepts a multipart form with a PNG (or BMP) file. - `/api/ws/display`: WebSocket endpoint for protobuf communication between a display client and the server. Image data is sent over this socket.