2020-07-31 07:42:28 -04:00
|
|
|
idf_component_register(SRCS "app_main.c"
|
2021-01-17 11:08:34 -05:00
|
|
|
INCLUDE_DIRS "."
|
2021-08-27 11:58:02 -04:00
|
|
|
REQUIRED_IDF_TARGETS esp32s2 esp32c3 esp32s3)
|
2022-01-31 17:05:03 -05:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|