diff --git a/doc/docs/overview.md b/doc/docs/overview.md index 8c9b3de..6e9078b 100644 --- a/doc/docs/overview.md +++ b/doc/docs/overview.md @@ -15,6 +15,7 @@ Opens the drop-down with the list of devices connected to the computer. You can When you select a device, the following actions become available in the side panel: - **Write config** - Writes the selected configurations to the development kit, overwriting the defaults. +- **Load default config** - Loads the default configuration settings into the application UI for the selected device. It does not write anything to the development kit. ## Configuration tab diff --git a/doc/docs/revision_history.md b/doc/docs/revision_history.md index 1c35bf0..3a277f4 100644 --- a/doc/docs/revision_history.md +++ b/doc/docs/revision_history.md @@ -2,6 +2,7 @@ | Date | Description | |------------|---------------| +| 2024-03-01 | Updated documentation for the experimental [v0.1.8](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | | 2024-02-21 | Added the nRF9151 DK to the list of supported devices with the release of [v0.1.6](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | | 2024-02-15 | Updated documentation for the experimental [v0.1.4](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | | 2024-01-15 | First release, for the experimental [v0.1.0](https://github.com/NordicSemiconductor/pc-nrfconnect-board-configurator/blob/main/Changelog.md) of the application. | diff --git a/doc/docs/screenshots/board_configurator_overview.png b/doc/docs/screenshots/board_configurator_overview.png index 41ed0e4..5a0b8d6 100644 Binary files a/doc/docs/screenshots/board_configurator_overview.png and b/doc/docs/screenshots/board_configurator_overview.png differ