Skip to content

Commit

Permalink
Longer calibration message on OLED
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiler2 committed Aug 16, 2022
1 parent ca22ca3 commit 215782f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ void calibrateCo2SensorCallback(uint16_t co2Reference) {
if (lcd) lcd->setPriorityMessage("Starting calibration");
if (I2C::scd30Present() && scd30) scd30->calibrateScd30ToReference(co2Reference);
if (I2C::scd40Present() && scd40) scd40->calibrateScd40ToReference(co2Reference);
vTaskDelay(pdMS_TO_TICKS(200));
if (lcd) lcd->clearPriorityMessage();
}

Expand Down

0 comments on commit 215782f

Please sign in to comment.