|
Golioth Firmware SDK
|
An OTA manifest, composed of multiple components/artifacts. More...
#include <ota.h>
Data Fields | |
| int32_t | seqnum |
| OTA release sequence number. | |
| struct golioth_ota_component | components [CONFIG_GOLIOTH_OTA_MAX_NUM_COMPONENTS] |
| An array of artifacts. | |
| size_t | num_components |
| Number of artifacts. | |
| struct golioth_ota_component golioth_ota_manifest::components[CONFIG_GOLIOTH_OTA_MAX_NUM_COMPONENTS] |
| size_t golioth_ota_manifest::num_components |
| int32_t golioth_ota_manifest::seqnum |