mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Allow S60 fallback to head if PD times out after 3 seconds
This commit is contained in:
@@ -208,7 +208,7 @@ bool isTipDisconnected() {
|
|||||||
|
|
||||||
void setStatusLED(const enum StatusLED state) {}
|
void setStatusLED(const enum StatusLED state) {}
|
||||||
uint8_t preStartChecks() {
|
uint8_t preStartChecks() {
|
||||||
if (!hub238_has_run_selection()) {
|
if (!hub238_has_run_selection() && (xTaskGetTickCount() < TICKS_SECOND * 5)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
// We check if we are in a "Limited" mode; where we have to run the PWM really fast
|
// We check if we are in a "Limited" mode; where we have to run the PWM really fast
|
||||||
|
|||||||
Reference in New Issue
Block a user