Merge pull request #732 from redbirdly/main

fix wifi_draw.js bug
This commit is contained in:
slweeb 2024-07-11 10:15:00 -04:00 committed by GitHub
commit e080f27d87
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();
drawLinks();
};
resetInterval(tps);