No EEPROM so you do not need this

This commit is contained in:
Harald Barth 2023-05-07 23:58:47 +02:00
parent 6d802f3a73
commit df7b890758
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@
}
}
tt = (Turnout *)new ServoTurnout(id, vpin, thrownPosition, closedPosition, profile, closed);
DIAG(F("Turnout 0x%x size %d size %d"), tt, sizeof(Turnout),sizeof(struct TurnoutData));
IODevice::writeAnalogue(vpin, closed ? closedPosition : thrownPosition, PCA9685::Instant);
return tt;
#else