From e26c116a66790ad9935144ef22579e81027886fe Mon Sep 17 00:00:00 2001 From: Martin Hub Date: Mon, 8 Apr 2024 16:39:09 +0200 Subject: [PATCH] CHESTER: How to CBOR: Update msg_key.h autogeneration --- chester/firmware-sdk/how-to-cbor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chester/firmware-sdk/how-to-cbor.md b/chester/firmware-sdk/how-to-cbor.md index 2f65234..2ebbb85 100644 --- a/chester/firmware-sdk/how-to-cbor.md +++ b/chester/firmware-sdk/how-to-cbor.md @@ -12,7 +12,7 @@ To use **CBOR** with **CHESTER** you need to: - Create a `codec\cbor-decoder.yaml` file in your application folder that describes the JSON attributes. - Upload the YAML file to the **HARDWARIO Cloud** using `hardwario cloud` [CLI tool](../developer-tools/command-line-tools.md#cloud-codec-commands). -- Generate a `msg_key.h` definition header file using `chester/scripts/gen-msg-key.py` script. +- Header file `msg_key.h` is automatically generated when `west build` is called. - Use these definitions in `app_cbor.c` and add the needed data. :::info