update firmware source code to v0.18 (#9)

This commit is contained in:
Forairaaaaa
2026-03-25 11:11:14 +08:00
committed by GitHub
parent 5001b7081b
commit 605b575fcc
123 changed files with 24590 additions and 1899 deletions
@@ -9,6 +9,8 @@
#include <mooncake_log.h>
#include <assets/assets.h>
#include <smooth_lvgl.hpp>
#include <stackchan/stackchan.h>
#include <apps/common/common.h>
using namespace mooncake;
using namespace smooth_ui_toolkit::lvgl_cpp;
@@ -36,7 +38,9 @@ void AppAiAgent::onOpen()
{
mclog::tagInfo(getAppInfo().name, "on open");
GetHAL().startXiaozhi();
// Request to start Xiaozhi service
// All apps will be uninstall in next mooncake update
GetHAL().requestXiaozhiStart();
}
// Called repeatedly while the App is running