From bbab803985c433020fb48839aef7e1bfaef86d7f Mon Sep 17 00:00:00 2001 From: Vasco Baptista Date: Wed, 16 Oct 2019 12:38:56 +0200 Subject: [PATCH] Added PMS3003 support Added PMS3003 support on documentation (forgot on the first commit) --- sonoff/_changelog.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index 83caab8c4..7c3307cdb 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -10,6 +10,7 @@ * Fix handling of ligth channels when pwm_multichannel (Option68) is enabled * Add WebUI for multiple, independent PWM channels * Remove default DS18B20 driver and only support define DS18x20 (#6647) + * Add support for PMS3003 dust particle sensor * * 6.6.0.17 20191009 * Add command SetOption34 0..255 to set backlog delay. Default value is 200 (mSeconds) (#6562)