Per-AC/DC per-profile tunings enabled

This commit is contained in:
Luke D. Jones
2025-01-19 11:33:48 +13:00
parent a00808313e
commit f9cebf9221
7 changed files with 149 additions and 63 deletions

View File

@@ -178,6 +178,7 @@ impl Attribute {
}
}
#[derive(Clone)]
pub struct FirmwareAttributes {
attrs: Vec<Attribute>
}