mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 17:06:17 +01:00
docs: update zip file tree structure using markdown
This commit is contained in:
@@ -26,11 +26,16 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat
|
||||

|
||||
* if you need to update files on the device you should follow the structure below.
|
||||
* `zip` file structure:
|
||||
- root
|
||||
- flash
|
||||
- main.py
|
||||
- .....
|
||||
- xyz.py
|
||||
```
|
||||
my_release.zip
|
||||
├── flash <-- updates files on the /flash partition
|
||||
│ └── main.py
|
||||
│ └── my_awesome_module.py
|
||||
│ └── ...
|
||||
└── sd <-- updates files on the MicroSD card
|
||||
└── my_another_awesome_module.py
|
||||
└── ...
|
||||
```
|
||||
|
||||
5. *Write* a description for this release.
|
||||

|
||||
|
||||
Reference in New Issue
Block a user