add abort command

This commit is contained in:
Terrence
2024-10-31 05:57:13 +08:00
parent 6f5f5a0642
commit a701d5918e
4 changed files with 29 additions and 17 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.6.0")
set(PROJECT_VER "0.6.1")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(xiaozhi)