Merge branch 'feature/remove_extra_components' into 'master'
examples: Use components from idf-extra-components repository See merge request espressif/esp-idf!17992
This commit is contained in:
@@ -2,7 +2,5 @@
|
||||
# in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/common_components/pcap")
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(simple_sniffer)
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
dependencies:
|
||||
pcap: "^1.0.0"
|
||||
Reference in New Issue
Block a user