Code cleanup, add more USB hid docs

This commit is contained in:
Luke
2020-06-25 10:39:09 +12:00
parent 7091caf48b
commit 710e8228b0
6 changed files with 79 additions and 189 deletions

View File

@@ -249,7 +249,6 @@ where
.get_field_from(mode.to_owned().into())
.ok_or(AuraError::NotSupported)?
.to_owned();
println!("{:X?}", &mode_next);
self.set_and_save(&mode_next, config).await?;
info!("Switched LED mode to {:#?}", self.supported_modes[index]);
return Ok(());