mirror of
https://github.com/m5stack/StackChan.git
synced 2026-05-20 11:49:45 -07:00
update firmware v1.4.1
This commit is contained in:
@@ -92,6 +92,11 @@ void AppSetup::onOpen()
|
||||
_destroy_menu = true;
|
||||
_worker = std::make_unique<ZeroCalibrationWorker>();
|
||||
}},
|
||||
{"Microphone",
|
||||
[&]() {
|
||||
_destroy_menu = true;
|
||||
_worker = std::make_unique<MicTestWorker>();
|
||||
}},
|
||||
{"RGB Strip",
|
||||
[&]() {
|
||||
_destroy_menu = true;
|
||||
|
||||
Reference in New Issue
Block a user