We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92f7664 + 705e2b4 commit 201781cCopy full SHA for 201781c
Changelog.md
@@ -2,6 +2,7 @@
2
3
### Changed
4
5
+- Updated bundled SEGGER J-Link to v8.76 for Windows.
6
- Logic for loading updates to nRF Connect for Desktop to a new version. The
7
mechanism is now based on CDN and not GitHub. In most cases, it uses
8
`files.nordicsemi.com`. If users choose to use the Chinese server, it uses
src/main/bundledJlink.js
@@ -4,4 +4,4 @@
* SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
*/
-module.exports = 'V8.66';
+module.exports = 'V8.76';
0 commit comments