mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
Merge branch 'dev' into optolink
This commit is contained in:
commit
596362a99f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void SenseAirComponent::background_calibration_result() {
|
|||
}
|
||||
|
||||
// Check if 5th bit (register CI6) is set
|
||||
ESP_LOGD(TAG, "SenseAir Result=%s (%02x%02x%02x %02x%02x %02x%02x)", (response[4] & 0b100000) != 0 ? "OK" : "NOT_OK",
|
||||
ESP_LOGI(TAG, "SenseAir Result=%s (%02x%02x%02x %02x%02x %02x%02x)", (response[4] & 0b100000) != 0 ? "OK" : "NOT_OK",
|
||||
response[0], response[1], response[2], response[3], response[4], response[5], response[6]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue