We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d8f11 commit bc3e0f0Copy full SHA for bc3e0f0
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.5)
2
3
-set(ENV{IDF_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/esp-idf)
+set(SUPPORTED_TARGETS esp32)
4
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
5
project(bluetooth_speaker)
0 commit comments