From 237f6448d37a2d206e419d1b7a01948ca59ee935 Mon Sep 17 00:00:00 2001 From: morris Date: Mon, 24 Feb 2020 12:02:18 +0800 Subject: [PATCH] resume pppos example on esp32s2 --- examples/protocols/pppos_client/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/protocols/pppos_client/CMakeLists.txt b/examples/protocols/pppos_client/CMakeLists.txt index 048c790928..9609525782 100644 --- a/examples/protocols/pppos_client/CMakeLists.txt +++ b/examples/protocols/pppos_client/CMakeLists.txt @@ -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)