Skip to content
Snippets Groups Projects
Commit 58e7700f authored by Matteo Pignataro's avatar Matteo Pignataro
Browse files

[BME280] mistake adjusted

parent 20467ee6
Branches
Tags
No related merge requests found
......@@ -112,7 +112,7 @@ bool BME280::init()
// If after the 5 iterations the sensor didn't report the configuration set
// I can report the init error
if (readConfigResult)
if (!readConfigResult)
{
LOG_ERR(logger, "Device configuration incorrect, setup failed");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment