From 6d96cc4b7d74b0dcf51b3d5a139176a010217989 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Thu, 7 Oct 2021 12:27:39 +0200 Subject: [PATCH] Readme update --- moustache/README.mo | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/moustache/README.mo b/moustache/README.mo index d219fd44..e69d5693 100644 --- a/moustache/README.mo +++ b/moustache/README.mo @@ -30,6 +30,8 @@ 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. @@ -37,6 +39,8 @@ Core dependency only. Use if you want to provide your own transport implementati 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 @@ -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