EEPROM-time

This commit is contained in:
2024-05-27 14:11:17 +02:00
parent 08b815c64c
commit 6d0c47c6c0
3 changed files with 19 additions and 7 deletions

View File

@ -135,7 +135,7 @@ public class Controller_Frontend {
e.printStackTrace();
}
});
Thread.sleep(50); //Verzögerungszeit in Millisekunden
Thread.sleep(80); //Verzögerungszeit in Millisekunden
}
} catch (InterruptedException e) {
e.printStackTrace();