Add missing warmup period to wakeUp function

This commit is contained in:
oscgonfer 2025-07-02 14:41:44 +02:00
parent a10e316893
commit 3b317f01c3

View File

@ -62,6 +62,7 @@ void PMSA003ISensor::sleep() {
uint32_t PMSA003ISensor::wakeUp() {
digitalWrite(PMSA003I_ENABLE_PIN, HIGH);
state = State::ACTIVE;
return PMSA003I_WARMUP_MS
}
#endif /* PMSA003I_ENABLE_PIN */