diff --git a/src/Program.cpp b/src/Program.cpp index 7ca5d3e..92e7f69 100644 --- a/src/Program.cpp +++ b/src/Program.cpp @@ -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();