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
08b9120a
Commit
08b9120a
authored
Mar 08, 2020
by
Sven Greiner
Browse files
Three taps for turbo
This allows changing the ramp value in short intervals.
parent
771291a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
08b9120a
...
...
@@ -39,7 +39,7 @@ The default is: no strobe, ramping UI, no mode memory, do not freeze on ramp end
Turn the light on and it will start ramping up and down. Short tap the switch to freeze the current brightness. Tap again to resume ramping.
Tap t
wo
times to go into turbo mode. There is no timer, so make sure to monitor the temperature. Tap again to go back to ramping.
Tap t
hree
times to go into turbo mode. There is no timer, so make sure to monitor the temperature. Tap again to go back to ramping.
If "start on high" is enabled, the light starts with the highest level and ramps down.
...
...
rampinglight.c
View file @
08b9120a
...
...
@@ -56,7 +56,7 @@
#define EEPROM_OPTIONS (EEPROM_SIZE-1)
#define EEPROM_OUTPUT_WL_BYTES 16
#define TURBO_PRESSES
2
#define TURBO_PRESSES
3
#define BEACON_PRESSES 5
#define BATTCHECK_PRESSES 6
#define CONFIG_PRESSES 10
...
...
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