removed some ai garbage, moved json output to new json folder.
!!! temperaturSensor.py is incompatible with the webserver !!! !!! fix asap !!!
This commit is contained in:
parent
3226ed29ec
commit
9bf8f089b6
6 changed files with 9 additions and 15 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
|
||||
dhtDevice = adafruit_dht.DHT11(board.D23)
|
||||
|
||||
json_file = "ky015_data.json"
|
||||
json_file = "json/ky015_data.json"
|
||||
|
||||
datatemphum = {
|
||||
"id": "sensor_002/3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue