fix
All checks were successful
Build Project / test (push) Successful in 5m48s

This commit is contained in:
2025-02-09 16:50:40 +00:00
parent 7d542aef8f
commit 386f0f54b2

View File

@@ -77,6 +77,7 @@ pub struct OTAConfigurationList {
#[serde(rename_all = "PascalCase")]
pub struct OTAConfiguration {
pub version: String,
#[serde(rename = "URL")]
pub url: String,
pub board: Option<BoardType>,
pub config: Option<BoardConfig>,