Updated changelog

This commit is contained in:
Terje Io
2025-01-05 08:31:54 +01:00
parent b80cd2f3f8
commit d1f9c7681c

View File

@@ -4,8 +4,7 @@
Core:
* Changed error code reported when file not found for `G65` macro or named `O`-sub calls from `39` to `84`.
Removed `IDLE` state requirement for executing `G65` macros, an error will no longer be returned and the macro will be run.
* Changed error code reported when file not found for named `O`-sub calls from `39` to `84`.
* Added event handler for outputting welcome message on "native" USB connect for drivers that provides the linestate changed event. Ref. STMF32F4xx issue [#206](https://github.com/grblHAL/STM32F4xx/issues/206).
@@ -19,6 +18,9 @@ Plugins:
* Bluetooth: updated for core change.
* SD card: changed error code reported when file not found for `G65` macro calls from `39` to `84`.
Removed `IDLE` state requirement for executing `G65` macros, an error will no longer be returned and the macro will be run.
---
<a name="20250103">20250103