add comment about PMSA003I_WARMUP_MS to AirQualityTelemetry.cpp

This commit is contained in:
Colin B. 2025-04-11 16:08:52 -07:00
parent a69c270e64
commit bee2886cfa

View File

@ -15,6 +15,9 @@
#include <Throttle.h> #include <Throttle.h>
#ifndef PMSA003I_WARMUP_MS #ifndef PMSA003I_WARMUP_MS
// from the PMSA003I datasheet:
// "Stable data should be got at least 30 seconds after the sensor wakeup
// from the sleep mode because of the fans performance."
#define PMSA003I_WARMUP_MS 30000 #define PMSA003I_WARMUP_MS 30000
#endif #endif