mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 05:06:35 +01:00
docs: remove code snippet style and replace it with bold style
This commit is contained in:
@@ -4,16 +4,16 @@ aliases:
|
||||
---
|
||||
|
||||
### What is the release?
|
||||
Each **Pybytes** project contains list of `devices`. You can update the devices `code`, `network configurations` and/or `firmware` version using a `release` version.
|
||||
Each **Pybytes** project contains list of devices. You can update the devices **code**, **network configurations** and/or **firmware version** using a **release** version.
|
||||
|
||||
### What is included in the release?
|
||||
Each `Release` can contains one or more of the following:
|
||||
Each **Release** can contains one or more of the following:
|
||||
|
||||
1. Network configurations settings
|
||||
2. firmware version
|
||||
3. `MicroPython` code
|
||||
3. MicroPython code
|
||||
4. release description
|
||||
|
||||
### Release Versioning
|
||||
1. **Pybytes** increment release version by **one** each time a release is created in the project. **1** is the first release version.
|
||||
2. `Project` is limited to **10** `Releases`. _oldest release will be removed when you create more than 10 releases_
|
||||
2. Project is limited to **10** Releases. _oldest release will be removed when you create more than 10 releases_
|
||||
|
||||
@@ -10,10 +10,10 @@ In this section, we will explain how to deploy a release.
|
||||
|
||||
In Pybytes, go to *Applications* -> *My applications* -> *select target application* -> *Releases* Page:
|
||||
|
||||
1. *Select* target release by `clicking` *the three dots point* and Click on *Deploy*.
|
||||
1. *Select* target release by clicking *the three dots point* and Click on *Deploy*.
|
||||

|
||||
|
||||
2. You will get a list of all the devices within the application.
|
||||

|
||||
* `Select` list of device
|
||||
* Select target devices
|
||||

|
||||
|
||||
@@ -16,15 +16,15 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat
|
||||
2. A list of pre-configured application configurations will be shown.
|
||||

|
||||
|
||||
3. Select the target `firmware`, or omit this step.
|
||||
3. Select the target firmware, or omit this step.
|
||||

|
||||
|
||||
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`
|
||||
* Check _Upload the code_ **checkbox**.
|
||||
* Browse your target code (should be a **zip** file)
|
||||
* The **zip** file size is limited to **4MB**
|
||||

|
||||
* Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip)**
|
||||
* Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/code-example/my-code.zip)**
|
||||
* Or create a zip file with the following structure:
|
||||
```
|
||||
my_release.zip
|
||||
@@ -43,5 +43,5 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat
|
||||
6. *Review* release details then *Click* Finish.
|
||||

|
||||
|
||||
7. You can see a list of created releases under the `Releases` tab.
|
||||
7. You can see a list of created releases under the **Releases** tab.
|
||||

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