We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// Get Environment Shield Values temperature = ENV.readTemperature(); humidity = ENV.readHumidity(); barometer = ENV.readPressure(PSI); illuminance = ENV.readIlluminance(FOOTCANDLE); uva = ENV.readUVA(); uvb = ENV.readUVB(); uvIndex = ENV.readUVIndex();
Putting "temperature = ENV.readTemperature(FAHRENHEIT);" creates a hung condition and lockup.
Also barometric pressure is reading 13.42 at less than 1000' MSL so that appears to be non-imperial.
Results from above settings: "uva": -0.82, "uvb": -4.45, "uv_index": -0.01, "air_temp": 23.70, "humidity": 13.43, "barometer": 13.43, "light": 147.15,
"uva": -0.82, "uvb": -4.45, "uv_index": -0.01, "air_temp": 23.70, "humidity": 13.43, "barometer": 13.43, "light": 147.15,
Barometric Pressure today in Las Vegas is: Barometer 30.06 in. 763.5 mm - Rising Humidity 32% Temperature is correct.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Putting "temperature = ENV.readTemperature(FAHRENHEIT);" creates a hung condition and lockup.
Also barometric pressure is reading 13.42 at less than 1000' MSL so that appears to be non-imperial.
Results from above settings:
"uva": -0.82, "uvb": -4.45, "uv_index": -0.01, "air_temp": 23.70, "humidity": 13.43, "barometer": 13.43, "light": 147.15,
Barometric Pressure today in Las Vegas is:
Barometer 30.06 in. 763.5 mm - Rising
Humidity 32%
Temperature is correct.
The text was updated successfully, but these errors were encountered: