-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rev338 v0.3.9 New BMP280 sensor and BME290 issues fixed
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=CanAirIO Air Quality Sensors Library | ||
version=0.3.8 | ||
version=0.3.9 | ||
author=@hpsaturn, CanAirIO project <[email protected]> | ||
maintainer=Antonio Vanegas <[email protected]> | ||
url=https://github.com/kike-canaries/canairio_sensorlib | ||
|
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
d467acb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BMP280 on TTGO T7 tested and does not work. It is detected like BME280
-->[BTLE] GATT server ready. (Waiting for client)
-->[INFO] InfluxDb API: 0
-->[OGUI] starting task loop
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] new sample time: 5
-->[WIFI] starting PAX counter sniffer..
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
-->[SLIB] UART sensors count: 0
-->[SLIB] BME280 read > done!
-->[SLIB] PM1:000 PM25:000 PM10:000 CO2:0000 CO2humi:0.000000% CO2temp:0.000000°C H:0.000000% T:nan°C
d467acb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we need re-open this issue, because you and the other user comment it, the fix does not work