fixes
This commit is contained in:
@@ -44,8 +44,8 @@ void bme680b_init() {
|
||||
if (BME680_DEV_HANDLE == NULL)
|
||||
{
|
||||
ESP_LOGE(TAG_BME, "bme680 handle init failed");
|
||||
assert(BME680_DEV_HANDLE);
|
||||
} else {
|
||||
bme680_print_registers(BME680_DEV_HANDLE);
|
||||
}
|
||||
|
||||
bme680_print_registers(BME680_DEV_HANDLE);
|
||||
}
|
Reference in New Issue
Block a user