Skip to content

Commit 7c023f5

Browse files
Updated to build with esp-idf v5.1.
DavidAntliff#8
1 parent 02b8d34 commit 7c023f5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "components/esp32-smbus"]
22
path = components/esp32-smbus
3-
url = https://github.com/DavidAntliff/esp32-smbus.git
3+
url = https://github.com/kagurazakayashi/esp32-smbus.git
44
[submodule "components/esp32-i2c-lcd1602"]
55
path = components/esp32-i2c-lcd1602
6-
url = https://github.com/DavidAntliff/esp32-i2c-lcd1602.git
6+
url = https://github.com/kagurazakayashi/esp32-i2c-lcd1602.git

main/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
set(COMPONENT_SRCDIRS ".")
22
set(COMPONENT_ADD_INCLUDEDIRS ".")
3-
3+
set(COMPONENT_REQUIRES "driver" "esp32-i2c-lcd1602" "esp32-smbus")
44
register_component()
5-

sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y

0 commit comments

Comments
 (0)