mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 09:06:02 +00:00
add comment about PMSA003I_WARMUP_MS to AirQualityTelemetry.cpp
This commit is contained in:
parent
13bb23f43c
commit
cb07e05a7a
@ -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