Explicitly set active mode for PM sensor upon initialization

This commit is contained in:
nick-4711
2024-09-15 08:22:50 +07:00
parent b7339de31f
commit 0d39643e76
6 changed files with 35 additions and 21 deletions

View File

@ -5,6 +5,9 @@
#define PMS_FAIL_COUNT_SET_INVALID 3
/**
* Known to work with these sensors: Plantower PMS5003, Plantower PMS5003, Cubic PM2009X
*/
class PMSBase {
public:
bool begin(Stream *stream);