在Display基类中添加SetupUI虚函数 (#1742)

Signed-off-by: jeck.chen <jeck.chen@dbappsecurity.com.cn>
This commit is contained in:
baidxi
2026-02-04 21:03:08 +08:00
committed by GitHub
parent 2b025c4ea6
commit 173eaa7463
4 changed files with 3 additions and 9 deletions

View File

@ -64,7 +64,7 @@ void Application::Initialize() {
// Setup the display
auto display = board.GetDisplay();
display->SetupUI();
// Print board name/version info
display->SetChatMessage("system", SystemInfo::GetUserAgent().c_str());