Skip to content

Commit

Permalink
ESP32: Fix for idf.py build failure for M5Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetymhaiske committed Apr 7, 2021
1 parent bc3d6bf commit 78236e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/common/screen-framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ idf_component_register(SRCS "Display.cpp"
"ScreenManager.cpp"
"Screen.cpp"
"ListScreen.cpp"
INCLUDE_DIRS "include")
INCLUDE_DIRS "include"
REQUIRES tft chip)

0 comments on commit 78236e9

Please sign in to comment.