This is a Feature Request
I have
/DocumentationWhat is the current behavior?
Since the last release the cool down blink flashes really fast, way faster than before.
With 2.12 it was WAY slower IMO even too slow.
I think something in the middle would be the best
What is the expected behavior?
Blinking slower
Steps to reproduce the bug:*
enable cool down blinking
What is the motivation / use case for changing the behavior?
Better readability if the blinking is a bit slower
What are you running:
On the idle screen, you can hold the settings button and it will show you the firmware & PCB version.
If using a USB-C supply please note model number
- if (!(systemSettings.coolingTempBlink && (xTaskGetTickCount() % 250 < 160)))
+ if (!(systemSettings.coolingTempBlink && (xTaskGetTickCount() % 270 < 160)))
@Firebie
Are you planning to create a PR?
Now as I know where to find that setting I can take care of the PR @discip
Nice!
Thanks guys for getting the PR ready overnight 馃馃徏
Most helpful comment
Thanks guys for getting the PR ready overnight 馃馃徏