mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 18:32:37 +02:00
Changed debug message for stepper ISR.
Not used when compiled normally.
This commit is contained in:
@@ -762,7 +762,7 @@ void report_realtime_status(uint8_t client) {
|
||||
strcat(status, temp);
|
||||
}
|
||||
#ifdef DEBUG_STEPPER_ISR
|
||||
sprintf(temp, "|cnt:%d", step_count);
|
||||
sprintf(temp, "|ISRs:%d", step_count);
|
||||
strcat(status, temp);
|
||||
#endif
|
||||
#ifdef DEBUG_REPORT_HEAP
|
||||
|
Reference in New Issue
Block a user