Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarchdev authored Mar 17, 2021
1 parent e0e89f2 commit b8c7b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HOW TO INCLUDE IN ESP-IDF PROJECT?

Simply write `set(EXTRA_COMPONENT_DIRS "/path/to/the/folder/where/is/lcd_i2c/folder")` (/path/to/the/folder/where/is/lcd_i2c/folder) = parent folder of lcd_i2c lbrary
Simply write `set(EXTRA_COMPONENT_DIRS "/path/to/the/folder/where/is/lcd_i2c/folder")` (/path/to/the/folder/where/is/lcd_i2c/folder) = parent folder of lcd_i2c lbrary ---- to the CMakeLists.txt

### BE CAREFUL! Write it AFTER `cmake_minimum_required(VERSION x.x)` but BEFORE `include($ENV{IDF_PATH}/tools/cmake/project.cmake)`

Expand Down

0 comments on commit b8c7b46

Please sign in to comment.