Same reason as before commit Note: some changes to http were necessary due to global object - untested! Also remove unneded duplicate components folder
17 lines
286 B
CMake
17 lines
286 B
CMake
idf_component_register(
|
|
SRCS
|
|
"wifi.c"
|
|
"buzzer.cpp"
|
|
"uart_common.cpp"
|
|
"types.cpp"
|
|
"motordrivers.cpp"
|
|
"motorctl.cpp"
|
|
"currentsensor.cpp"
|
|
"joystick.cpp"
|
|
"http.cpp"
|
|
INCLUDE_DIRS
|
|
"."
|
|
PRIV_REQUIRES nvs_flash mdns json spiffs esp_http_server
|
|
)
|
|
|