Correct variables

This commit is contained in:
Joachim Hummel 2017-01-06 15:27:00 +01:00
parent 6c25a1f986
commit 0a52df619c
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ sensor4 = ""
# Please set your locale altitude # Please set your locale altitude
# http://www.latlong.net/ Helps to find your Langitude and Latitude # http://www.latlong.net/ Helps to find your Langitude and Latitude
# http://www.mapcoordinates.net/ Helps to Find the Data in Meter # http://www.mapcoordinates.net/ Helps to Find the Data in Meter
local_altitude = 570 locale_altitude = 570
# Optionally you can override the bus number: # Optionally you can override the bus number:
@ -37,7 +37,7 @@ local_altitude = 570
# getSeaLelvelPres # getSeaLelvelPres
# Sensor = BMP180 # Sensor = BMP180
# Output = SeaPresFloat # Output = SeaPresFloat
SeaPresFlot = sensor1.read_sealevel_pressure(local_altitude) SeaPresFlot = sensor1.read_sealevel_pressure(locale_altitude)
# getTemp1() method # getTemp1() method
# Sensor1 = BMP085 # Sensor1 = BMP085