diff --git a/pkg/part/part.go b/pkg/part/part.go index 20f6aaa..4effd35 100644 --- a/pkg/part/part.go +++ b/pkg/part/part.go @@ -85,7 +85,7 @@ func (p *LedPart) onRecord(client mqtt.Client, message mqtt.Message) { if switchRecord.GetEnabled() { zap.S().Info("record mode enabled") - p.led.SetBlink(0.5) + p.led.SetBlink(2) } else { zap.S().Info("record mode disabled") p.led.SetBlink(0)