Skip to content

Commit

Permalink
Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
moelha committed Apr 10, 2018
1 parent 7f04c13 commit a3171fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def send_mqtt_message(sensor_data, mqttPath):
host = "127.0.0.1"
return publish.single(mqttPath, message, hostname=host)

while(True):
while True:

#Get temperature, pressure and humidity data
temperature = BME280.get_temperature()
Expand Down

0 comments on commit a3171fc

Please sign in to comment.