-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: lib: nrf_cloud: misc improvements #20667
Conversation
Add missing support for NRF_CLOUD_TOPIC_STATE_TF. This should have been done for the MQTT JSONata Transform feature added a while back (unrelated to the gateway). Fix uninitialized variable issue in in_last_job(). Remove most of the conditionals for the gateway, but add one to fix up topic suffix. Signed-off-by: Pete Skeggs <[email protected]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: afdeab1e21885a48850ad94c82919e75b6176014 more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)
Outputs:ToolchainVersion: aedb4c0245 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
@pascal-nordic @maxd-nordic please consider approving. Thanks! |
Add missing support for NRF_CLOUD_TOPIC_STATE_TF. This should have been done for the MQTT JSONata Transform feature added a while back (unrelated to the gateway).
Fix uninitialized variable issue in in_last_job() in nrf_cloud_fota.c.
Remove most of the conditionals for the gateway, but add one to fix up topic suffix.