e4b8ab4586
Made the network component shared between two firmawre
4 lines
163 B
CMake
4 lines
163 B
CMake
idf_component_register(SRCS "main.cpp"
|
|
PRIV_REQUIRES esp_eth esp_wifi esp_netif driver network nvs_flash
|
|
INCLUDE_DIRS ".")
|