LoRaWAN_TTN_Env_Node icon indicating copy to clipboard operation
LoRaWAN_TTN_Env_Node copied to clipboard

BME280 library CHANGED

Open urs8000 opened this issue 6 years ago • 1 comments

BME280 library https://github.com/finitespace/BME280 the NEW version changed and is not compatible with the published LoRaWAN_TTN_Env_Node.ino

urs8000 avatar Mar 30 '18 09:03 urs8000

following changes seem to be necessary:

    temp = bme.temp();
    pressure = bme.pres();    // 1 = hPa (milliBar)
    humidity =  bme.hum();

dadosch avatar Jul 11 '19 19:07 dadosch