resume pppos example on esp32s2

This commit is contained in:
morris 2020-02-24 12:02:18 +08:00
parent da6742b91f
commit 237f6448d3

View file

@ -2,6 +2,5 @@
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
set(SUPPORTED_TARGETS esp32)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(pppos_client)