Skip to content

Releases: dok-net/esp_sds011

Minor release 2.2.0: Fixes to manifest and file names

04 Jul 07:23
Compare
Choose a tag to compare

According to Arduino library repo's requirements, the library's header file name must match the library project name.
This breaks the #include <Sds011.h> statement for all current users, please update to #include <esp_sds011.h>

Minor release to stay consistent with EspSoftwareSerial release

02 Jul 09:46
Compare
Choose a tag to compare

The Delegate and circular_queue changes in in EspSoftwareSerial are significant enough to support a minor release of this lib as well.

2.0.0

21 Apr 21:12
Compare
Choose a tag to compare
Update for latest Delegate.Use strings directly from flash.

Feature release 1.1.0: updates for EspSoftwareSerial release 7.0.0

31 Dec 18:30
c3c2b11
Compare
Choose a tag to compare
Merge pull request #10 from dok-net/swserial7.0.0

Feature release 1.1.0: updates for EspSoftwareSerial release 7.0.0

Fix timeout - extra rx or no rx both timeout now

11 Dec 18:32
9639e35
Compare
Choose a tag to compare
Merge pull request #8 from dok-net/resp_timeout

Employ total response timeout (fix #7)

Breaking change in firmware version number reporting

15 Jun 22:05
Compare
Choose a tag to compare

According to www.inovafitness.com's own software, the firmware version is to be reported as 6 decimal digit ' yymmdd' (year-month-day).
Sds011::device_info() fully conforms to this convention now.

Improved documentation for measure example

12 Jun 11:21
Compare
Choose a tag to compare

A bug-fix release that offers better explanation for how to perform cyclical measurements and what the various timeouts do.
Also extended idle time to 210s in order to reduce wear on the sensor if the example is left running for an extended period of time.

0.11.1

01 May 09:22
Compare
Choose a tag to compare
Overhaul of the PlatformIO manifest file.

Portability to ESP32 restored

28 Dec 13:02
Compare
Choose a tag to compare

The use of Delegate, required by the EspSoftwareSerial library, is fixed in this release for the ESP32 by unconditionally including EspSoftwareSerial even if only HW UARTs are used. The new Arduino library depends feature is used now to make this automatic to users of the Arduino library manager.

Updated for EspSoftwareSerial 6.6.0

25 Dec 00:04
Compare
Choose a tag to compare

Hint: while the Delegate class template is not shipping with Arduino ESP8266 (ESP32) itself, it's necessary to grab the Delegate.h from the EspSoftwareSerial's src/circular_queue directory and put it on the build path manually.