mirror of
https://github.com/kidoman/embd
synced 2024-12-22 04:40:04 +01:00
samples: reduce delay in universalblinker to 200 ms
This commit is contained in:
parent
fdd1d6b5c3
commit
9c61da0bcf
@ -30,7 +30,7 @@ func main() {
|
||||
|
||||
for {
|
||||
select {
|
||||
case <-time.After(250 * time.Millisecond):
|
||||
case <-time.After(200 * time.Millisecond):
|
||||
panicIf(led.Toggle())
|
||||
case <-quit:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user