Skip to content

Commit bd0d3fa

Browse files
authored
Merge pull request #3 from esp-cpp/feature/espp-update
refactor: cleanup main code
2 parents 1cbd38c + 518c86e commit bd0d3fa

File tree

10 files changed

+105
-528
lines changed

10 files changed

+105
-528
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(EXTRA_COMPONENT_DIRS
1313

1414
set(
1515
COMPONENTS
16-
"main esptool_py driver lwip button display display_drivers input_drivers logger lvgl mdns socket task tt21100 gt911 wifi gui"
16+
"main esptool_py driver lwip button display display_drivers input_drivers logger lvgl mdns socket task tt21100 gt911 wifi gui i2c"
1717
CACHE STRING
1818
"List of components to include"
1919
)

components/espp

Submodule espp updated 207 files

components/gt911/CMakeLists.txt

-4
This file was deleted.

components/gt911/include/gt911.hpp

-258
This file was deleted.

components/tt21100/CMakeLists.txt

-4
This file was deleted.

0 commit comments

Comments
 (0)