Skip to content
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

Use nrf_cloud lib's new encode/decode functionality for nRF Cloud data #11403

Merged
merged 3 commits into from
Jun 23, 2023

Commits on Jun 20, 2023

  1. samples: nrf_cloud_mqtt_multi_service: use new nrf_cloud_obj

    Use new nrf_cloud_obj struct and related encoding and
    decoding functions.
    IRIS-6060
    
    Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
    jayteemo committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0ed1253 View commit details
    Browse the repository at this point in the history
  2. applications: serial_lte_modem: use new nrf_cloud_obj struct

    Use new nrf_cloud_obj struct and related encoding and
    decoding functions.
    IRIS-6060
    
    Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
    jayteemo committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    176dc23 View commit details
    Browse the repository at this point in the history
  3. samples: modem_shell: use nrf_cloud library to create P-GPS request

    Use function in nrf_cloud_codec to create the nRF Cloud P-GPS
    request device message.
    IRIS-6060
    
    Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
    jayteemo committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    495b8d4 View commit details
    Browse the repository at this point in the history