Skip to content

Commit 177a988

Browse files
committed
修复天气不更新的问题
1 parent f00e219 commit 177a988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SmallDesktopDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ void setup()
13701370
reflash_openWifi.onRun(openWifi);
13711371

13721372
reflash_Animate.setInterval(TMS / 10); //设置帧率
1373-
reflash_openWifi.onRun(refresh_AnimatedImage);
1373+
reflash_Animate.onRun(refresh_AnimatedImage);
13741374
controller.run();
13751375
}
13761376

0 commit comments

Comments
 (0)