Change to esp32s3 board

This commit is contained in:
2025-05-26 16:19:37 -04:00
parent bc6b2a4500
commit dd362f529c
3 changed files with 444 additions and 265 deletions

View File

@@ -5,6 +5,6 @@ cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
idf_build_set_property(MINIMAL_BUILD ON)
set(IDF_TARGET "esp32")
set(IDF_TARGET "esp32s3")
set(COMPONENTS main rpc)
project(firmware)