Skip to content

Commit

Permalink
workaround for espressif/esp-idf#9511
Browse files Browse the repository at this point in the history
  • Loading branch information
ankrysm committed Aug 22, 2022
1 parent 6968160 commit 28b0846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions components/led_strip/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
idf_component_register(SRCS "led_strip_util.c" "led_strip_encoder.c"
PRIV_REQUIRES "driver"
INCLUDE_DIRS ".")
component_compile_options(-Wno-error=format= -Wno-format)
6 changes: 4 additions & 2 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
idf_component_register(SRCS
"main.c" "rest_server.c" "led_strip.c" "config.c"
"wifi_config.c" "timer_events.c" "process_events.c" "color.c" "create_events.c"
"create_demo.c" "event_util.c"
"create_demo.c" "event_util.c"
#"location_based_events.c" "move_events.c"
#"paint_pixel.c"
INCLUDE_DIRS ".")

#register_component()
#"rest_server.c" "handle_fs.c"
#"rest_server.c" "handle_fs.c"

component_compile_options(-Wno-error=format= -Wno-format)

0 comments on commit 28b0846

Please sign in to comment.