fix: update dependancies
This commit is contained in:
3
vendor/github.com/MichaelS11/go-dht/dhtNotWindows.go
generated
vendored
3
vendor/github.com/MichaelS11/go-dht/dhtNotWindows.go
generated
vendored
@ -4,7 +4,6 @@ package dht
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"runtime/debug"
|
||||
"strings"
|
||||
"time"
|
||||
@ -93,8 +92,6 @@ func (dht *DHT) readBits() ([]int, error) {
|
||||
// enable garbage collection, done with critical part
|
||||
debug.SetGCPercent(gcPercent)
|
||||
|
||||
log.Printf("%v\n", levels)
|
||||
|
||||
// set pin to high so ready for next time
|
||||
err = dht.pin.Out(gpio.High)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user