Fixed dht pin
This commit is contained in:
parent
d1a62a3e60
commit
3c3e440869
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ app.add_middleware(
|
|||
)
|
||||
|
||||
should_run_time_loop = True
|
||||
dht22_pin = 27
|
||||
dht22_pin = 17
|
||||
|
||||
matrix_display = MatrixDisplay()
|
||||
dht22_sensor = Dht22Sensor(dht22_pin)
|
||||
|
|
Loading…
Reference in a new issue