speedup servo little bit

This commit is contained in:
Clement 2024-02-09 10:56:19 +01:00
parent 1d1874872b
commit da2a06b23a

View File

@ -77,7 +77,7 @@ Program::Program() {
lcdScreen = new M5LCD();
lcdScreen->add_log("Initialize M5LCD component....");
this->nfcReader = new NfcReader(NFC_ADDR);
this->servo = new ServoMotorComponent(2, 1, 1);
this->servo = new ServoMotorComponent(2, 1, 1.5);
this->servo->setDesiredPosition(Position::MIDDLE);
this->grbl = new GRBL(STEPMOTOR_I2C_ADDR);
this->outputReader = new BigNfcReader();