mirror of https://github.com/arendst/Tasmota.git
Increase power on wait time for SCD30
Increase power on wait time for SCD30 (#15438)
This commit is contained in:
parent
7e21442e96
commit
1f01ca0cc4
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue