ph2lb / LoRaWAN_TTN_Env_Node

BME280 and Adruino ProMini based enviromental node with LMIC ABP.
35 stars 13 forks source link

BME280 library CHANGED #3

Open urs8000 opened 6 years ago

urs8000 commented 6 years ago

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

dadosch commented 5 years ago

following changes seem to be necessary:

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