Skip to content

Commit

Permalink
Softreset devices after flashing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Dec 19, 2024
1 parent 8cdc96f commit 50ab9dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"nrf-connect.applications": [
"${workspaceFolder}/device"
],
"nrf-connect.applicationOptions": {
"${workspaceFolder}/device": {
"flash": {
"softreset": true
}
}
},
"nrf-connect.boardRoots": [
"${workspaceFolder}/"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/agent
Submodule agent updated 2 files
+11 −0 CHANGELOG.md
+3 −3 package.json

0 comments on commit 50ab9dc

Please sign in to comment.