Use enable/disable commands and cleanup build warnings

This commit is contained in:
jochen@g14
2024-03-31 00:34:44 +01:00
parent 2f73577e91
commit 4468a58487
7 changed files with 18 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ fn main() -> Result<()> {
let board_name = dmi.board_name;
let prod_family = dmi.product_family;
info!("Running on {board_name}, product: {prod_family}");
let is_rog_ally = prod_family == "RC71L";
// let is_rog_ally = prod_family == "RC71L";
// tmp-dir must live to the end of program life
let _tmp_dir = tempfile::Builder::new()