5 lines
141 B
CMake
5 lines
141 B
CMake
idf_component_register(
|
|
SRCS "app_main.c" "cJSON.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES esp_wifi esp_event nvs_flash mqtt usb usb_host_hid
|
|
) |