minor updates

This commit is contained in:
KaraZajac
2026-02-17 22:37:39 -05:00
parent 4bc7bd7beb
commit 77547bb437
16 changed files with 222 additions and 6 deletions
+4
View File
@@ -76,6 +76,9 @@ pub struct Capture {
/// Region (e.g. NA, EU) for vulnerability lookup and .fob export.
#[serde(default)]
pub region: Option<String>,
/// Source file path when imported from .sub or .fob; None for live captures.
#[serde(default)]
pub source_file: Option<String>,
}
/// Modulation type used by protocol (encoding: PWM vs Manchester)
@@ -154,6 +157,7 @@ impl Capture {
make: None,
model: None,
region: None,
source_file: None,
}
}