Changed real time reporting to allow per connection status for which report elements to output.

Added pragmas to shut up warning from the ESP32 compiler.
This commit is contained in:
Terje Io
2026-02-04 11:28:20 +01:00
parent 0ed9404b9e
commit b435b48ec1
24 changed files with 238 additions and 178 deletions

View File

@@ -438,7 +438,7 @@ static bool homing_cycle (axes_signals_t cycle, axes_signals_t auto_square)
if(rt_exec == EXEC_STATUS_REPORT) {
system_clear_exec_state_flag(EXEC_STATUS_REPORT);
report_realtime_status(hal.stream.write_all, system_get_rt_report_flags());
report_realtime_status(hal.stream.write_all, &hal.stream.report);
} else {
// Homing failure condition: Reset issued during cycle.