Skip to content

Commit 0c7a5d6

Browse files
committed
enables use of OneButton as a component in ISP-IDF
1 parent e4e2144 commit 0c7a5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
idf_component_register(
2-
SRCS "src/OneButton.cpp"
2+
SRCS "src/OneButton.cpp"
33
INCLUDE_DIRS "src"
4-
REQUIRES "arduino-esp32"
4+
REQUIRES arduino-esp32
55
)

0 commit comments

Comments
 (0)