Golioth Firmware SDK
|
#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 |
Definition at line 20 of file fw_update.h.
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 23 of file fw_update.h.
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 26 of file fw_update.h.