Skip to content

Commit

Permalink
Updated MH-Z19 drivers
Browse files Browse the repository at this point in the history
5.10.0a
 * Add (experimental) support for sensor SHT3x
 * Add support
for sensor MH-Z19(B) using serial interface to be enabled with define
USE_MHZ19_HARD_SERIAL in user_config.h (#561, #1248)
 * Add
(experimental) support for sensor MH-Z19(B) using SoftwareSerial to be
enabled with define USE_MHZ19_SOFT_SERIAL_OBSOLETE in user_config.h
(#561, #1248)
 * Add (experimental) support for sensor MH-Z19(B) using
stripped SoftwareSerial to be enabled with define USE_MHZ19_SOFT_SERIAL
in user_config.h (#561, #1248)
 * Add support for iTead SI7021
temperature and humidity sensor by consolidating DHT22 into AM2301 and
using former DHT22 as SI7021 (#735)
 * Fix BME280 calculation (#1051)
 *
Add support for BME680 using adafruit libraries (#1212)
 * Change
ADS1115 default voltage range from +/-2V to +/-6V (#1289)
 * Add
multipress support and more user configurable options to Sonoff Dual R2
(#1291)
 * Fix Sonoff Bridge missed learned key if learned data contains
0x55 (End of Transmission) flag (#1095, #1294)
 * Add support for
TSL2561 using adafruit library (#661, #1311)
 * Add alternative support
for SHT3x (#1314)
  • Loading branch information
arendst committed Dec 8, 2017
1 parent 4cf64af commit 0747e0f
Show file tree
Hide file tree
Showing 19 changed files with 701 additions and 892 deletions.
11 changes: 0 additions & 11 deletions lib/EspSoftwareSerial-3.3.1/README.md

This file was deleted.

228 changes: 0 additions & 228 deletions lib/EspSoftwareSerial-3.3.1/SoftwareSerial.cpp

This file was deleted.

88 changes: 0 additions & 88 deletions lib/EspSoftwareSerial-3.3.1/SoftwareSerial.h

This file was deleted.

27 changes: 0 additions & 27 deletions lib/EspSoftwareSerial-3.3.1/examples/swsertest/swsertest.ino

This file was deleted.

31 changes: 0 additions & 31 deletions lib/EspSoftwareSerial-3.3.1/keywords.txt

This file was deleted.

0 comments on commit 0747e0f

Please sign in to comment.