Fix BME680 Bugs
Compare changes
Files
2+ 103
− 66
@@ -19,6 +20,8 @@ static struct bme680_dev bme;
@@ -36,67 +39,87 @@ int epic_bme680_init()
@@ -110,29 +133,43 @@ int epic_bme680_read_sensors(struct bme680_sensor_data *data)
@chris007, there were some things I overlooked when reviewing your MR. Fixed them myself, please take a look at the commits to see what was missing. Sorry!