Skip to content

Commit

Permalink
Increase USB MaxPower to 500mA
Browse files Browse the repository at this point in the history
  • Loading branch information
ALSchwalm committed Oct 11, 2018
1 parent 71b5845 commit 3fa0af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pISO/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fn run(manager: &mut displaymanager::DisplayManager) -> error::Result<()> {
manufacturer: "Adam Schwalm & James Tate",
product: "pISO",

max_power: "250",
max_power: "500",
configuration: "Config 1",
},
)?));
Expand Down

0 comments on commit 3fa0af1

Please sign in to comment.