Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Oct 7, 2021
1 parent ea12f58 commit 6d96cc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion moustache/README.mo
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@ implementation 'no.nordicsemi.android:mcumgr-ble:{{VERSION}}'

The core module will be included automatically.

Latest version targeting API 30 is 0.13.0-beta07.

#### McuManager Core
Core dependency only. Use if you want to provide your own transport implementation.

```groovy
implementation 'no.nordicsemi.android:mcumgr-core:{{VERSION}}'
```

Latest version targeting API 30 is 0.13.0-beta07.

### Migration from the original repo

When migrating from the version 0.12 and older, change
Expand Down Expand Up @@ -116,7 +120,8 @@ The different firmware upgrade modes are as follows:
to boot into the new image, it will not be able to recover and will need to be re-flashed.
The process for this mode is `UPLOAD`, `CONFIRM`, `RESET`.
* **`TEST_ONLY`**: This mode is useful if you want to run tests on the new image running before
confirming it manually as the primary boot image.
confirming it manually as the primary boot image.
This mode is recommended for devices that do not support reverting images.
The process for this mode is `UPLOAD`, `TEST`, `RESET`.

### Firmware Upgrade State
Expand Down

0 comments on commit 6d96cc4

Please sign in to comment.