chicken egg incubator control code

hi together,

At first big thanks for the coding.
I hope this project is still alive.
Is that code also on github?

I found some issues, maybe copy and paste. --> sie the marked area (2 times)

case 24:

          while (escape == 0) {
            checkeditbutton();
            buttons(8);
            set_month = constrain(set_[b]day[/b], 1, 12);
            lcd.setCursor(0, 0);
            lcd.print (F("set month"));
            lcd.setCursor(0, 1);
            lcd.print(standardText[0]);
            lcd.setCursor(0, 2);
            lcd.print (F("enter month"));
            addSpace(1);
            lcd.print (set_month);
            lcd.setCursor(0, 3);
            lcd.print(standardText[1]);
          }
          editMode = 0;
          clock_update = 1;
          break;
        case 25:

          while (escape == 0) {
            checkeditbutton();
            buttons(9);
            set_year = constrain(set_[b]day[/b], 2017, 2030);
            //set year here
            lcd.setCursor(0, 0);
            lcd.print (F("set year"));
            lcd.setCursor(0, 1);
            lcd.print(standardText[0]);
            lcd.setCursor(0, 2);
            lcd.print (F("enter year"));
            addSpace(1);
            lcd.print(set_year);
            lcd.setCursor(0, 3);
            lcd.print(standardText[1]);
          }

then i have an other problem mybe someone can support me in that case --> see Picture
is it possible to clear it first?

When you start the turner test it didnt start at counter 0 and increase to the target. It depends when you start the turner test

I add my sketch. i changed the dht22 to an si7021 sensor.

incmaincode_Hogen.ino (48 KB)