Skip to content

Commit

Permalink
led: start up with an interactive theme
Browse files Browse the repository at this point in the history
This will help with detecting a hung chip
  • Loading branch information
hdhoang committed Feb 24, 2019
1 parent 75f017a commit 4a4614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/led.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ where
if self.state {
self.theme_mode()
} else {
self.set_theme(0)
self.set_theme(15)
}
}

Expand Down

0 comments on commit 4a4614c

Please sign in to comment.