File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
components/expander/io_expander/mcp23017 Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## v0.1.1 - 2025-8-25
4+
5+ ### Bug Fixes:
6+
7+ * Fix the dependency issue of the ` i2c_bus ` component.
8+
39## v0.1.0 - 2025-1-6
410
511### Enhancements:
Original file line number Diff line number Diff line change 1- version : " 0.1.0 "
1+ version : " 0.1.1 "
22description : MCP23017 I/O Expander Driver
33url : https://github.com/espressif/esp-iot-solution/tree/master/components/expander/io_expander/mcp23017
44repository : https://github.com/espressif/esp-iot-solution.git
55documentation : https://docs.espressif.com/projects/esp-iot-solution/en/latest/others/io_expander.html
66issues : https://github.com/espressif/esp-iot-solution/issues
77
88dependencies :
9- espressif/i2c_bus : " 1.1.*"
9+ i2c_bus :
10+ public : true
11+ override_path : " ../../../i2c_bus"
1012 idf : " >=4.0"
1113 cmake_utilities : " 0.*"
1214sbom :
You can’t perform that action at this time.
0 commit comments