add default 16M flash for esp32s3

This commit is contained in:
Terrence
2024-09-07 16:22:33 +08:00
parent 001c17f2d2
commit c212e0c482
4 changed files with 10 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(PROJECT_VER "0.1.0")
set(PROJECT_VER "0.1.1")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(xiaozhi)