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