mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-06 23:09:56 +00:00
add comment about PMSA003I_WARMUP_MS to AirQualityTelemetry.cpp
This commit is contained in:
parent
a69c270e64
commit
bee2886cfa
@ -15,6 +15,9 @@
|
||||
#include <Throttle.h>
|
||||
|
||||
#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 fan’s performance."
|
||||
#define PMSA003I_WARMUP_MS 30000
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user