Tasmota/lib
Christoph Friese 5d97a73ddf
Add ENS16x (air quality) and ENS210 (temp & RH) sensors (#19479)
* Add files via upload

Added ENS16x library enabling read-out of ENS160 and ENS161 sensor component (follow-up of CCS811 and iAQcore)
Added ENS210 library to read out ENS210 temperature & humidity sensor

* Add files via upload

Add air quality sensor readout for ENS160 and ENS161 checking two possible I2C addresses (follow up sensor for CCS811 and iAQcore)
Add temperature and humidity sensor readout checking two possible I2C addresses

* Update BUILDS.md

Add USE_ENS16x and USE_ENS210

* Update decode-status.py

Add USE_ENS16x and ENS210

* Update I2CDEVICES.md

Add USE_ENS16x and USE_ENS210

* Update my_user_config.h

Add USE_ENS16x and USE_ENS210

* Update support_features.ino

Add USE_ENS16x and USE_ENS210

* Update tasmota_configurations.h

Add USE_ENS16x and ENS210

* Update tasmota_configurations_ESP32.h

Add USE_ENS16x and USE_ENS210

* Update xsns_111_ens16x.ino

Corrected I2X number

* Update xsns_112_ens210.ino

Corrected I2C number

* Disable USE_ENS16x and USE_ENS210 by default

* Added code size information

* cut down in libs

* optimize tasmota side

* fix ens16x web display

* final fix on alternate addresses

* update code & RAM usage

---------

Co-authored-by: Barbudor <barbudor@barbudor.net>
2023-09-24 18:30:15 +02:00
..
default Prepare for Arduino v3 / esp-idf v5 2nd batch (#19265) 2023-08-05 20:34:24 +02:00
lib_audio Arduino.3.0: enable Audio libs compile by disabling incompatible I2S driver (#19377) 2023-08-24 15:31:41 +02:00
lib_basic Fix DS18B20 for ESP32 with over 33 gpios 2023-09-19 15:20:10 +02:00
lib_display Fix crash of uDisplay on ESP32S3 with IDF5.1 (#19383) 2023-08-25 12:11:23 +02:00
lib_div Phase 2 support C2/C6 2023-08-23 13:02:13 +02:00
lib_i2c Add ENS16x (air quality) and ENS210 (temp & RH) sensors (#19479) 2023-09-24 18:30:15 +02:00
lib_rf Fix RFrecv exceptions 0 and/or 6 (#17285) 2022-12-09 17:35:57 +01:00
lib_ssl Fix TLS by removing redundant BearSSL code from libmail (#19472) 2023-09-06 20:12:59 +02:00
libesp32 Berry fix audio MP3 (#19578) 2023-09-23 12:23:51 +02:00
libesp32_audio fix codec compilation on IDF5.1 (#19546) 2023-09-18 22:04:56 +02:00
libesp32_div prepare transition to esp-nimble-cpp (#19370) 2023-08-23 16:33:26 +02:00
libesp32_eink/epdiy correct and rename lib structure 2021-11-07 13:47:24 +01:00
libesp32_lvgl ESP32 LVGL library from v8.3.9 to v8.3.10 (no functional change) (#19557) 2023-09-20 21:21:08 +02:00
libesp32_ml Berry: add tensorflow lite for microcontrollers (#18119) 2023-03-05 16:46:18 +01:00