Revert "Explicitly set active mode for PM sensor upon initialization"

This reverts commit 0d39643e76.
This commit is contained in:
nick-4711
2024-09-15 08:23:32 +07:00
parent 0d39643e76
commit 90f336dee7
6 changed files with 21 additions and 35 deletions

View File

@ -5,9 +5,6 @@
#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);