Increase power on wait time for SCD30

Increase power on wait time for SCD30 (#15438)
This commit is contained in:
Theo Arends 2022-09-15 14:50:15 +02:00
parent 7e21442e96
commit 1f01ca0cc4
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ bool Xsns42(byte function) {
Scd30Detect();
}
*/
if (!Scd30.init_once && (FUNC_EVERY_SECOND == function) && (TasmotaGlobal.uptime > 2)) {
if (!Scd30.init_once && (FUNC_EVERY_SECOND == function) && (TasmotaGlobal.uptime > 3)) {
Scd30.init_once = true;
Scd30Detect();
}