Skip to content

Commit

Permalink
CHESTER: Explain where to find firmware/codec token.
Browse files Browse the repository at this point in the history
Signed-off-by: hubmartin <[email protected]>
  • Loading branch information
hubmartin committed Apr 22, 2024
1 parent 803c03f commit 7ea8c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chester/developer-tools/command-line-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ If you develop your own firmware and change the codec **YAML** file. The `msg_ke

:::

Working with codecs needs your **API token** to be set in the command itself or in your environment. You get your **API toekn** in **HARDWARIO Cloud** profile.
Working with codecs needs your **API token** to be set in the command itself or in your environment. You get your **API token** in [**HARDWARIO Cloud v1 in your profile**](https://hardwario.cloud/#/profile).

```
hardwario cloud --token <your_token> commands...
Expand Down
2 changes: 2 additions & 0 deletions chester/firmware-sdk/build-and-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ You can also use **HARDWARIO CLI** upload function, so the firmware is uploaded

You must have your **HARDWARIO Cloud** secret token in the environment variable `HARDWARIO_CLOUD_TOKEN`, or you must supply your secret token in the `--token` parameter. This parameter needs to be placed exactly between the `fw` and `list` parameters.

You find the needed token in [HARDWARIO Cloud v1 in your profile](https://hardwario.cloud/#/profile) as the `API token`.

:::

When your firmware is built, just call from the same project folder:
Expand Down

0 comments on commit 7ea8c67

Please sign in to comment.