Get the list of OTA updates for a given platform
This commit is contained in:
@@ -16,7 +16,7 @@ impl Display for OTAPlatform {
|
||||
/// Single OTA update information
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, Eq, PartialEq)]
|
||||
pub struct OTAUpdate {
|
||||
platform: OTAPlatform,
|
||||
version: semver::Version,
|
||||
file_size: usize,
|
||||
pub platform: OTAPlatform,
|
||||
pub version: semver::Version,
|
||||
pub file_size: u64,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user