Skip to content

Commit

Permalink
added REQUIRES arduino
Browse files Browse the repository at this point in the history
added REQUIRES arduino to compile more better
  • Loading branch information
GreenEllipsis authored Sep 29, 2023
1 parent b702afa commit 262dcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
idf_component_register(
SRCS DFRobot_RGBLCD1602.cpp LiquidCrystal_I2C.cpp
INCLUDE_DIRS .
REQUIRES driver
)
REQUIRES driver arduino
)

0 comments on commit 262dcc4

Please sign in to comment.