mirror of
https://github.com/kidoman/embd
synced 2025-07-03 03:47:33 +02:00
samples: reduce delay in universalblinker to 200 ms
This commit is contained in:
parent
fdd1d6b5c3
commit
9c61da0bcf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue