813c9dcf22
This example illustrates how to do Layer2 packet forwarding bussiness between Wi-Fi and Ethernet.
4 lines
103 B
CMake
4 lines
103 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(eth2ap)
|