2020-07-31 17:12:28 +05:30
|
|
|
idf_component_register(SRCS "app_main.c"
|
2021-01-17 21:38:34 +05:30
|
|
|
INCLUDE_DIRS "."
|
2021-08-27 21:28:02 +05:30
|
|
|
REQUIRED_IDF_TARGETS esp32s2 esp32c3 esp32s3)
|
2022-01-31 23:05:03 +01:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|