From 0285827e3613bcb3d293e07a7673856ff50a3556 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 7 Dec 2021 14:48:26 +0100 Subject: [PATCH] Updated OTA Server (markdown) --- OTA-Server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OTA-Server.md b/OTA-Server.md index 6aedfbd..8b784cb 100644 --- a/OTA-Server.md +++ b/OTA-Server.md @@ -31,6 +31,8 @@ This should return last 10 commits of every user (as no user was specified) example.com/otaDescriptor?branches This should return an array of branch names + +WARNING: This should return a maximum amount of 20 branch names (up to 25 chars long) as the Json Buffer Size is only 1K large. ``` ## Responses