Skip to content

Commit

Permalink
feat(view-source): add link to firmware docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 7, 2024
1 parent 9a6e039 commit c3ed02b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/page/ViewSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@ export const ViewSource = () => (
so we can provide pre-compiled builds with the configuration
that is optimal for the out-of-box experience.
</p>
<p>
The documentation for the firmware can be found{' '}
<a
href="https://hello-nrfcloud.github.io/firmware/html/index.html"
target="_blank"
>
here
</a>
.
</p>
<h3>Cloud connection</h3>
<p>
Devices need to connect nRF Cloud using a certificate that is
Expand Down

0 comments on commit c3ed02b

Please sign in to comment.