richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
168 stars 45 forks source link

Missing function when enabling BME680 #67

Closed MILUX-DE closed 4 months ago

MILUX-DE commented 4 months ago

src/bme_utils.cpp:181:17: error: 'class Adafruit_BME680' has no member named 'takeForcedMeasurement'

richonguzman commented 4 months ago

fix uploaded!

please download again and test it (report back how it went ;) )

MILUX-DE commented 4 months ago

Fix is working!

I've still had to change the BME 680 I²C default address to 0x77, a definition for the device address in bme_utils.h might make sense. Maybe it can be checked during startup which typical I²C device address is present to set it automatically. This might even save to hardcode the corresponding booleans (applicable to CARDKB as well) in config.