From 386f0f54b20fca342c48dcbce66b0e740f891e3e Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sun, 9 Feb 2025 16:50:40 +0000 Subject: [PATCH] fix --- src/schemas.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schemas.rs b/src/schemas.rs index b08b3bf..b5ed81a 100644 --- a/src/schemas.rs +++ b/src/schemas.rs @@ -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, pub config: Option,