changes of previous commit reverted

This commit is contained in:
Marcel 2024-05-27 11:45:36 +02:00
parent 6997f3c98f
commit 662464d34d
5 changed files with 7 additions and 8 deletions

View file

@ -150,6 +150,7 @@ State* Hacking::update(const Context context)
{
Serial.println(String(context.delta));
const bool done = timer.update(context.delta);
if (done)
{
const int currentStationIndex = context.getStationIndex(currentStation);