diff --git a/src/main/io/ledstrip.c b/src/main/io/ledstrip.c index a4eb0d555b..8c7b37dbe2 100644 --- a/src/main/io/ledstrip.c +++ b/src/main/io/ledstrip.c @@ -601,7 +601,7 @@ static void applyLedRssiLayer(bool updateNow, uint32_t *timer) static bool flash = false; int state; - int timeOffset = 0; + int timeOffset = 1; if (updateNow) { state = (rssi * 100) / 1023;