fix wifi_draw.js bug

This commit is contained in:
redbirdly 2024-07-11 21:33:14 +08:00 committed by GitHub
parent dca8a5d70e
commit cb03400e6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -75,3 +75,4 @@ drawPixels = function(forceTick=false) {
updateLogicLists(); updateLogicLists();
drawLinks(); drawLinks();
}; };
resetInterval(tps);