Revert "fix(blink): decrease blink frequency"
This reverts commit 18de61b0f8
.
This commit is contained in:
parent
d1801fcb0a
commit
fb05b596f9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user