Skip to content

Commit e6a0dff

Browse files
committed
Fix defs in PMS
1 parent e3ae0ea commit e6a0dff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/modules/Telemetry/Sensor/PMSA003ISensor.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22

33
#include "TelemetrySensor.h"
44

5-
#ifndef PMSA003I_I2C_CLOCK_SPEED
65
#define PMSA003I_I2C_CLOCK_SPEED 100000
7-
#endif
8-
9-
#ifndef PMSA003I_ENABLE_PIN
106
#define PMSA003I_FRAME_LENGTH 32
11-
#endif
7+
#define PMSA003I_WARMUP_MS 30000
128

139
class PMSA003ISensor : public TelemetrySensor
1410
{

0 commit comments

Comments
 (0)