Skip to content

Commit 04c0da0

Browse files
author
Xiaoxia
committed
Fix missing display
1 parent a5dfe67 commit 04c0da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/application.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ void Application::CheckNewVersion() {
6666
int retry_count = 0;
6767

6868
while (true) {
69+
auto display = Board::GetInstance().GetDisplay();
6970
if (!ota_.CheckVersion()) {
7071
retry_count++;
7172
if (retry_count >= MAX_RETRY) {

0 commit comments

Comments
 (0)