circuitdojo / nrf9160-feather-examples-and-drivers

Zephyr examples and drivers for the nRF9160 Feather
Apache License 2.0
43 stars 19 forks source link

Update Golioth API #13

Closed szczys closed 1 year ago

szczys commented 1 year ago

Golioth API calls for Stream and State data were changed in Golioth Zephyr SDK v0.4.0 on October 19, 2022. This PR updates the Golioth SDK to v0.6.0 and changes function calls to the most recent API format.

Also included in this PR is the additional Kconfig symbol CONFIG_LOG_BACKEND_GOLIOTH which sends log messages to Golioths remote logging service.

jaredwolff commented 1 year ago

Thanks @szczys. I'll get these merged :)