joelguittet / mender-esp32-example

Mender MCU example running on ESP32 using ESP-IDF platform
Apache License 2.0
15 stars 7 forks source link

client: update following cleaning of config #8

Closed joelguittet closed 1 year ago

joelguittet commented 1 year ago

The purpose of this Pull Request is to update the example following the cleaning of config usage on mender-mcu-client. Now a NULL config is used to use the default value from the client library. It is possible to override the configuration at runtime to use a specific host, token, or period, etc.