esp32: fix wiring config, decode stack traces

This commit is contained in:
Filip Ayazi 2022-01-16 21:04:58 +00:00
parent 58fe8a20f8
commit 550c378e3c
3 changed files with 9 additions and 8 deletions

View file

@ -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;