Other timeout
This commit is contained in:
parent
39c46ca5e2
commit
05637feaf5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func main() {
|
|||
quit <- 1
|
||||
<-quit
|
||||
return
|
||||
case <-time.After(10 * time.Second):
|
||||
case <-time.After(3 * time.Second):
|
||||
txChan <- rfm69.Data{
|
||||
ToAddress: 99,
|
||||
FromAddress: 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue