forked from dok-net/esp_sds011
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for EspSoftwareSerial use of Delegate that resulted in changes to…
… sds_011 also using Delegate.
- Loading branch information
Showing
5 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,7 @@ | |
Author: Dirk O. Kaar <[email protected]> | ||
*/ | ||
|
||
#ifndef ESP32 | ||
#include <SoftwareSerial.h> | ||
#endif | ||
#include <Sds011.h> | ||
|
||
#define SDS_PIN_RX D7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,7 @@ | |
Author: Dirk O. Kaar <[email protected]> | ||
*/ | ||
|
||
#ifndef ESP32 | ||
#include <SoftwareSerial.h> | ||
#endif | ||
#include <Sds011.h> | ||
|
||
#define SDS_PIN_RX D7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "esp_sds011", | ||
"version": "0.9.0", | ||
"version": "0.11.0", | ||
"keywords": [ | ||
"sds011" | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
name=esp_sds011 | ||
version=0.9.0 | ||
version=0.11.0 | ||
author=Dirk O. Kaar | ||
maintainer=Dirk O. Kaar <[email protected]> | ||
sentence=ESP8266/ESP32 library for the SDS011 particulate matter sensor. | ||
paragraph= | ||
category=Sensors | ||
url=https://github.com/dok-net/esp_sds011 | ||
architectures=esp8266,esp32 | ||
depends=EspSoftwareSerial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters