some configs
This commit is contained in:
@@ -39,4 +39,4 @@
|
|||||||
|
|
||||||
// SPEEDOMETER
|
// SPEEDOMETER
|
||||||
#define WHEEL_DIAMETER 0.1263
|
#define WHEEL_DIAMETER 0.1263
|
||||||
#define ENC_STEPS 2048
|
#define ENC_STEPS 360
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
#endif // NTRIP_RTK2GO
|
#endif // NTRIP_RTK2GO
|
||||||
|
|
||||||
|
|
||||||
#define DORO
|
#define RHEDE
|
||||||
|
|
||||||
//Network config ESP32
|
//Network config ESP32
|
||||||
#ifdef ESP32BROKER
|
#ifdef ESP32BROKER
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ void MenuTestMode::init() {
|
|||||||
this->driveManager->changeModus(Modi::TestMode);
|
this->driveManager->changeModus(Modi::TestMode);
|
||||||
this->testMode = (TestMode*) this->driveManager->getDriveModiPtr();
|
this->testMode = (TestMode*) this->driveManager->getDriveModiPtr();
|
||||||
|
|
||||||
testMode->setSpeed(15);
|
testMode->setSpeed(50);
|
||||||
testMode->setRotationSpeed(100);
|
testMode->setRotationSpeed(100);
|
||||||
|
|
||||||
|
|
||||||
@@ -93,7 +93,6 @@ void MenuTestMode::init() {
|
|||||||
Menu* encoderMenu = new Menu;
|
Menu* encoderMenu = new Menu;
|
||||||
// Sound
|
// Sound
|
||||||
// Ping google
|
// Ping google
|
||||||
// WheelEncoder
|
|
||||||
|
|
||||||
MenuIntInput* drivingMenu = new MenuIntInput(2, new MenuTestModeWrapper(this, &TestMode::drive));
|
MenuIntInput* drivingMenu = new MenuIntInput(2, new MenuTestModeWrapper(this, &TestMode::drive));
|
||||||
MenuIntInput* engineLeftMenu = new MenuIntInput(2, new MenuTestModeWrapper(this, &TestMode::leftEngine));
|
MenuIntInput* engineLeftMenu = new MenuIntInput(2, new MenuTestModeWrapper(this, &TestMode::leftEngine));
|
||||||
|
|||||||
Reference in New Issue
Block a user