Skip to content

Commit 8d65c41

Browse files
authoredJan 13, 2025··
Update i2c.rst (#4580)
esphome/esphome#6145 Allows esp8266 to handle multiple i2c busses, tested and working.
1 parent cca1098 commit 8d65c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/i2c.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Configuration variables:
4444

4545
.. note::
4646

47-
If the device can support multiple I²C buses (ESP32 has 2, ESP8266 does not support more than one) these buses need to be defined as below and sensors need to be setup specifying the correct bus:
47+
If the device can support multiple I²C buses these buses need to be defined as below and sensors need to be setup specifying the correct bus:
4848

4949
.. code-block:: yaml
5050

0 commit comments

Comments
 (0)
Please sign in to comment.