Skip to content

Releases: angrest/pocketBME280

Updated example to compile with ESP platforms

05 Oct 17:13
4974d57
Compare
Choose a tag to compare

additional small enhancements in library.properties, keywords.txt and README.md

Fix int32 vs uint32 comparisons

03 Oct 16:56
48befee
Compare
Choose a tag to compare
Merge pull request #13 from angrest/12-compiler-warning

#12 compiler warning (completes fix for #11 )

Bug fix for negative temperatures

03 Oct 14:59
Compare
Choose a tag to compare

ready for submission to library manager index

16 Sep 09:10
Compare
Choose a tag to compare

update to library.properties

optimized internal calculation logic

15 Sep 10:28
5fd0f42
Compare
Choose a tag to compare
  • when reading weather data without starting a new measurement first, now internally cached values are returned instead of recalculating the values from the unchanged sensor data again.
  • a type error was fixed
  • the directory for the ESP example contained a second folder level. This is fixed.

Changed return value of begin() for simplicity

13 Sep 10:47
06274aa
Compare
Choose a tag to compare

Previously, begin() would return the sensor ID leaving the user with the problem to decide if this means success or not. Now, begin() returns true if the sensor ID is 0x58 or 0x60 (meaning a BMP280 or BME280 sensor) and false otherwise.
Examples and README were updated accordingly.
Additionally, there is now an example for ESP using nonstandard ports.