golioth / golioth-zephyr-sdk

Golioth SDK For Zephyr
https://www.golioth.io
Apache License 2.0
67 stars 19 forks source link

settings: support for errors array in .c/status #297

Closed ncmiller closed 1 year ago

ncmiller commented 1 year ago

Errors for individual settings are now reported in the "errors" array of the settings status report, per the latest backend spec.

Increased the maximum response len from 64 to 256 since multiple errors can increase the message size, which would result in QCBOR encode failure.

Signed-off-by: Nick Miller nick@golioth.io

github-actions[bot] commented 1 year ago

Visit the preview URL for this PR (updated for commit 0eb53d7):

https://golioth-zephyr-sdk-doxygen-dev--pr297-nick-settings-er-hsexehr0.web.app

(expires Wed, 12 Oct 2022 20:04:27 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

ncmiller commented 1 year ago

checkpatch fails because of QCBOR Camel Case (Avoid CamelCase), but this is a false positive and should not prevent this PR from merging.