mirror of
https://github.com/m5stack/StackChan.git
synced 2026-05-20 11:49:45 -07:00
update firmware v1.3.0
This commit is contained in:
@@ -70,6 +70,15 @@ void AppSetup::onOpen()
|
||||
_worker = std::make_unique<TimezoneWorker>();
|
||||
}}},
|
||||
},
|
||||
{
|
||||
"AI.Agent",
|
||||
{{"Power Saving",
|
||||
[&]() {
|
||||
_destroy_menu = true;
|
||||
_need_warm_reset = true;
|
||||
_worker = std::make_unique<XiaozhiPowerSavingWorker>();
|
||||
}}},
|
||||
},
|
||||
{
|
||||
"Hardware Test",
|
||||
{{"Servo",
|
||||
|
||||
Reference in New Issue
Block a user