cmake_minimum_required(VERSION 3.12)

set(IDF_TARGET esp32s3)

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

project(badge23)