fix on alert info

This commit is contained in:
Emmanuel Florent
2019-07-09 14:48:53 +02:00
parent 4f7157cdd5
commit 05cbedee36
99 changed files with 154 additions and 156 deletions

View File

@@ -79,7 +79,7 @@ The CLI tool uses a combination of global and command specific parameters. The *
While `pycom-fwtool-cli -h` shows help for global parameters and a list of available commands, command specific parameters can be viewed using `pycom-fwtool-cli [command] -h`
The parameter `-r, --reset` has been added as a courtesy for users of 3rd party ESP32 products. This functionality is **not supported** by the Expansion Board 2.0 and may cause this tool to crash or hang in certain circumstances.
{{< /hint >}}
{{% /hint %}}
### Global Parameters
@@ -132,7 +132,7 @@ All other commands require that **the serial port is specified either through th
#### Special note for Expansion Board 2.0
You will need to have a **jumper wire** connected between `G23` and `GND` to use any of the commands below. You will also need to **press the reset button** either before running each command or at least before running the first command. To avoid having to press the reset button again after each command, you can use the `-c` / `--continuation` option. The first command connecting to the device **MUST NOT** use the `-c` / `--continuation` option. This is to make sure a program called `_stub_` is uploaded onto the device. This `_stub_` cannot be uploaded more than once, so you need to tell the cli tool that the `_stub_` is already running, which is done through using the `-c` / `--continuation` option.
{{< /hint >}}
{{% /hint %}}
#### chip\_id
@@ -267,7 +267,7 @@ optional arguments:
{{% hint style="info" %}}
Note: The local `pybytes_config.json` file is overwritten when making any modifications using this command (requires Pybytes firmware `1.17.5.b6` or higher and Firmware updater `1.14.3`).
{{< /hint >}}
{{% /hint %}}
#### cb

View File

@@ -11,7 +11,7 @@ The firmware upgrade tool usually updates your device to the latest available fi
{{% hint style="info" %}}
If you are using an Expansion Board 1.0 or 2.0, you will need to have a jumper connected between `G23` and `GND` to use either procedure below. You will also need to press the reset button before beginning.
{{< /hint >}}
{{% /hint %}}
You can obtain previous firmware versions here:
@@ -24,7 +24,7 @@ You can obtain previous firmware versions here:
{{% hint style="info" %}}
Prior to version `1.16.0.b1` the firmware for modules with LoRa functionality was frequency specific. From `1.16.0.b1` and onward, the firmware is region agnostic and this can either be set programatically or via the config block (see [here](../cli.md#lpwan)).
{{< /hint >}}
{{% /hint %}}
## GUI

View File

@@ -105,5 +105,5 @@ Because the encryption is done based on the physical flash address, there are 2
{{% hint style="info" %}}
Hint: on MicroPython interface, the method `pycom.ota_slot()` responds with the address of the next OTA partition available (either `0x10000` or `0x1A0000`).
{{< /hint >}}
{{% /hint %}}