Skip to content
Snippets Groups Projects
Forked from flow3r / flow3r firmware
1529 commits behind, 14645 commits ahead of the upstream repository.
CMakeLists.txt 131 B
cmake_minimum_required(VERSION 3.12)

set(IDF_TARGET esp32s3)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)

project(badge23)