Skip to content

Commit

Permalink
make display_info optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Dec 5, 2024
1 parent 99f4988 commit 8c30a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlmcmddb/src/tlm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub struct Field {
pub conversion_info: ConversionInfo,
/// GS SW などでテレメトリを表示するときの情報
#[serde(default)]
pub display_info: DisplayInfo,
pub display_info: Option<DisplayInfo>,
/// このフィールドの説明(衛星運用者向け)
pub description: String,
/// このフィールドの説明(衛星開発者向け)
Expand Down

0 comments on commit 8c30a16

Please sign in to comment.