-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: multiple SHT4x sensors at the same bus, support for SHT40-CD1B (
#21755) * fixes multiple SHT3X sensor type bug Important when multiple sensors are present at the same bus. Prior to this fix, multiple SHT3X sensor were detected, but not SHTC3 and SHT4X! * Update xsns_14_sht3x.ino Extends I²C address range to include SHT40-CD1B sensors with address 0x46. * Update I2CDEVICES.md * Show bus when multiple sensors at different busses * Make bus number less intrusive Only show bus number if two sensors or more are active at more than one bus. * variable renamed * cleanup * fix typo * fix another typo * Harmonization and saving code size for ESP8266 Harmonization with xsns_09_bmp driver, saving code size for ESP8266 * fix string for webserver * Display address only if more than one sensor present.
- Loading branch information
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters