This commit is contained in:
2025-04-15 16:32:28 +02:00
parent 2790bfa772
commit 35a11734e2
8 changed files with 150 additions and 50 deletions

View File

@@ -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);
}