fix: revert motor step to normal

This commit is contained in:
Wlad Meixner 2022-09-30 11:37:54 +02:00
parent 250a60a44e
commit 2726e1fc3d

View File

@ -11,7 +11,7 @@
#include "pb_encode.h"
// using a 200-step motor (most common)
#define MOTOR_STEPS 50
#define MOTOR_STEPS 200
struct MotorControl {
uint8_t index;