docs: add upload file size limitation and folder structure

This commit is contained in:
Ahmad El Masri
2019-10-02 15:10:44 +02:00
parent ea4d947ec5
commit f6db17038f

View File

@@ -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)