https://github.com/Seeed-Studio/Seeed_Arduino_BME68x
In Arduino IDE, please use "Add .ZIP Library" in "Include Library" of "Sketch" to add BME680 .ZIP library.
Also, the "Bridge" library is required which can be installed from "Manage Libraries..." (Library Manager).
dm_name = 'Model1'
idf_list = [
('AtPressure', float),
('CO2', float),
('Gas', float),
('Humidity', float),
('Temperature', float),
]
If you want to change IDF name, please remember to modify the Bridge Variables in Aduino code as well.