Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_fw_update_config Struct Reference

#include <fw_update.h>

Data Fields

const char * current_version
 The current firmware version, NULL-terminated, shallow-copied from user. (e.g. "1.2.3")
 
const char * fw_package_name
 

Detailed Description

Definition at line 14 of file fw_update.h.

Field Documentation

◆ current_version

const char* golioth_fw_update_config::current_version

The current firmware version, NULL-terminated, shallow-copied from user. (e.g. "1.2.3")

Definition at line 17 of file fw_update.h.

◆ fw_package_name

const char* golioth_fw_update_config::fw_package_name

The name of the package in the manifest for the main firmware, NULL-terminated, shallow-copied from user (e.g. "main").

Definition at line 20 of file fw_update.h.


The documentation for this struct was generated from the following file: