File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v.0.8.1
4+
5+ ### Features
6+
7+ - (button) Driver for GPIO button with debouncing
8+ - (scd30) Driver for SCD30 CO₂ sensor
9+ - (scd4x) Driver for SCD40/SCD41 miniature CO₂ sensor
10+ - (aht) Driver for AHT10/AHT15/AHT20 temperature and humidity sensor
11+
12+ ### Bugfixes
13+
14+ - (mzh19b) Fixed bug with serial buffer length used by the driver
15+ - (framebuffer) Used a mutex instead of flag, fixed "maybe-uninitialized"
16+ - (sgp40) Multiple bugs fixed
17+ - (sht4x) Added 10ms timout for reading serial number
18+ - (rda5807m) Default I2C clock lowered, example added
19+ - (color) Fix build with c++
20+ - (examples) Fixed build of examples for single core ESP32s (S2/C3)
21+ - (ds18x20) Added split 18B20/18S20 reads to allow for use of DS18X20_ANY
22+ without flubbing the conversion on an 18B20
23+ - (ds18x20) Added scratchpad write and copy commands
24+
325## v.0.8.0
426
527### Features
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ Part of them ported from [esp-open-rtos](https://github.com/SuperHouse/esp-open-
1515|----------------|--------------------|-----------------------
1616| ESP32 | ESP-IDF | master, v4.x, v.3.3.5
1717| ESP32-S2 * [ 1] * | ESP-IDF | master, v4.x, v.3.3.5
18+ | ESP32-C3 * [ 1] * | ESP-IDF | master, v4.x, v.3.3.5
1819| ESP8266 * [ 2] * | ESP8266 RTOS SDK | master, v3.3
1920
20- [ 1] * Use "` idf.py set-target esp32s2 ` " before "` idf.py menuconfig ` " to change
21+ [ 1] * Use "` idf.py set-target esp32s2 ` " or " ` idf.py set-target esp32c3 ` " before "` idf.py menuconfig ` " to change
2122the chip type.*
2223
2324[ 2] * Due to the incompatibility of ESP8266 drivers and hardware, some
You can’t perform that action at this time.
0 commit comments