mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 01:10:46 +00:00

1. enable mclk when enter light sleep 2. add an get error API for esp_http_client 3. websocket migration and fix some issue (from release/v4.0)
8 lines
247 B
CMake
8 lines
247 B
CMake
# The following four lines of boilerplate have to be in your project's CMakeLists
|
|
# in this exact order for cmake to work correctly
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
|
|
project(websocket-example)
|