mirror of
https://github.com/esphome/esphome.git
synced 2026-08-22 22:26:21 +00:00
[rc522_i2c] Change default address to match whats in the docs (#17566)
This commit is contained in:
@@ -16,7 +16,7 @@ CONFIG_SCHEMA = cv.All(
|
||||
{
|
||||
cv.GenerateID(): cv.declare_id(RC522I2C),
|
||||
}
|
||||
).extend(i2c.i2c_device_schema(0x2C))
|
||||
).extend(i2c.i2c_device_schema(0x28))
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user