Skip to content

Commit

Permalink
release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleRus committed Jul 9, 2021
1 parent acafdff commit fc05aa8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v.0.8.1

### Features

- (button) Driver for GPIO button with debouncing
- (scd30) Driver for SCD30 CO₂ sensor
- (scd4x) Driver for SCD40/SCD41 miniature CO₂ sensor
- (aht) Driver for AHT10/AHT15/AHT20 temperature and humidity sensor

### Bugfixes

- (mzh19b) Fixed bug with serial buffer length used by the driver
- (framebuffer) Used a mutex instead of flag, fixed "maybe-uninitialized"
- (sgp40) Multiple bugs fixed
- (sht4x) Added 10ms timout for reading serial number
- (rda5807m) Default I2C clock lowered, example added
- (color) Fix build with c++
- (examples) Fixed build of examples for single core ESP32s (S2/C3)
- (ds18x20) Added split 18B20/18S20 reads to allow for use of DS18X20_ANY
without flubbing the conversion on an 18B20
- (ds18x20) Added scratchpad write and copy commands

## v.0.8.0

### Features
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-
|----------------|--------------------|-----------------------
| ESP32 | ESP-IDF | master, v4.x, v.3.3.5
| ESP32-S2 *[1]* | ESP-IDF | master, v4.x, v.3.3.5
| ESP32-C3 *[1]* | ESP-IDF | master, v4.x, v.3.3.5
| ESP8266 *[2]* | ESP8266 RTOS SDK | master, v3.3

[1] *Use "`idf.py set-target esp32s2`" before "`idf.py menuconfig`" to change
[1] *Use "`idf.py set-target esp32s2`" or "`idf.py set-target esp32c3`" before "`idf.py menuconfig`" to change
the chip type.*

[2] *Due to the incompatibility of ESP8266 drivers and hardware, some
Expand Down

0 comments on commit fc05aa8

Please sign in to comment.