esp32: fix wiring config, decode stack traces
This commit is contained in:
parent
58fe8a20f8
commit
550c378e3c
3 changed files with 9 additions and 8 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#include "main.h"
|
||||
|
||||
// The array below has 3 stepper objects, for X,Y,Z respectively
|
||||
const uint8_t n_motors = 3;
|
||||
const uint8_t n_motors = STAGE_N_MOTORS;
|
||||
long min_step_delay = -1;
|
||||
const uint8_t min_step_delay_eeprom = sizeof(long) * n_motors;
|
||||
long ramp_time = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue