From f6db17038f5eb2f351c810a7e1627bdcbe50eb75 Mon Sep 17 00:00:00 2001 From: Ahmad El Masri Date: Wed, 2 Oct 2019 15:10:44 +0200 Subject: [PATCH] docs: add upload file size limitation and folder structure --- content/pybytes/releases/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/pybytes/releases/_index.md b/content/pybytes/releases/_index.md index 8ebdc0a..cde638c 100644 --- a/content/pybytes/releases/_index.md +++ b/content/pybytes/releases/_index.md @@ -22,7 +22,15 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat 4. If you want to include code changes in this release you can: * *check* _Upload the code_ `checkbox`. * `Browse` your target code (should be a `zip` file) + * The `zip` file size is limited to `4MB` ![](/gitbook/assets/pybytes/releases/create-release-step-7.png) + * if you need to update files on the device you should have the below structure. + * `zip` file structure: + - root + - flash + - main.py + - ..... + - xyz.py 5. *Write* a description for this release. ![](/gitbook/assets/pybytes/releases/create-release-step-8.png)