Implementing BME688 instead of BME280 with ENS160

I’m using the Sparkfun ENS160 and the Sparkfun BME688. I’d like to implement the rh and tempC into the ENS160s readings. There is an example for the BME280 here: SparkFun_Indoor_Air_Quality_Sensor-ENS160_Arduino_Library/blob/main/examples/example4_BME280_temp_rh_compensation/example4_BME280_temp_rh_compensation.ino.

However, I am struggling! haha. The BME688 makes things a bit more difficult. I’d also like to eventually include the gas resistance readings from the BME688 into the readings as well, but I’m not prepared for what that may entail yet. Any help or pointing in the right direction would be appreciated!