Skip to content

Commit

Permalink
Merge pull request #391 from NordicSemiconductor/docs/warning-wording
Browse files Browse the repository at this point in the history
docs: change warning wording for 9161 dk reset issue
  • Loading branch information
boundlesscalm authored Oct 11, 2023
2 parents 7eefe44 + 62bd5b4 commit 842935b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DeviceSelector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const openDevice =

if (is9161DK(device)) {
logger.warn(
'Modem tracing can become unresponsive when resetting the device multiple times. An automatic firmware update is being worked on.'
'Modem tracing can become unresponsive when resetting the device multiple times. An automatic firmware update to resolve the issue is being worked on.'
);
}
};
Expand Down

0 comments on commit 842935b

Please sign in to comment.