@@ -48,7 +48,7 @@ func main() {
}
func readDataFromDHT(pin *gpio.Pin) ([4]byte, error) {
func readDataFromDHT(pin *gpio.Pin) ([5]byte, error) {
receivedInput := [5]byte{0, 0, 0, 0, 0}
// Setup
pin.PullUp()
The note is not visible to the blocked user.