Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sven Greiner
rampinglight
Commits
df4196f9
Commit
df4196f9
authored
Dec 21, 2018
by
Sven Greiner
Browse files
Shorter flashes in config mode
parent
6700527d
Changes
1
Hide whitespace changes
Inline
Side-by-side
rampinglight.c
View file @
df4196f9
...
...
@@ -164,7 +164,7 @@ void restore_state(void) {
* @param flashes Number of flashes
*/
void
toggle_option
(
uint8_t
new_opts
,
uint8_t
flashes
)
{
blink
(
flashes
,
2
5
0
);
blink
(
flashes
,
2
0
0
);
uint8_t
old_options
=
options
.
raw
;
options
.
raw
=
new_opts
;
save_options
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment