Skip to content

Commit d8cf8de

Browse files
authored
Allow flashing on galp3-c and galp4 (#15)
1 parent 61fa25b commit d8cf8de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/ec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ impl EcComponent {
137137
let normalize_model = |model: &str| -> String {
138138
match model {
139139
"L140CU" => "system76/lemp9".to_string(),
140+
"N130ZU" => "system76/galp3-c".to_string(),
141+
"N140CU" => "system76/galp3-c".to_string(),
140142
_ => model.to_string(),
141143
}
142144
};

0 commit comments

Comments
 (0)