This commit is contained in:
e2002
2022-09-05 11:10:54 +03:00
parent b574b4ab8d
commit da238ea42a
24 changed files with 470 additions and 214 deletions

View File

@@ -48,8 +48,8 @@ void setup() {
}
void loop() {
telnet.loop();
if (network.status == CONNECTED) {
telnet.loop();
player.loop();
loopControls();
checkConnection();