mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 09:02:33 +08:00
Updated build date, default VFS mount directory created date.
This commit is contained in:
20
changelog.md
20
changelog.md
@@ -1,5 +1,25 @@
|
||||
## grblHAL changelog
|
||||
|
||||
<a name="20250307">Build 20250307
|
||||
|
||||
Core:
|
||||
|
||||
* Updated build date, default VFS mount directory created date.
|
||||
|
||||
Drivers:
|
||||
|
||||
* ESP32: added hook for adding 3rd party plugins to build without touching upstream code.
|
||||
|
||||
* STM32F4xx: removed some obsoleted preprocessor code. Ref. issue [#219](https://github.com/grblHAL/STM32F4xx/issues/219).
|
||||
|
||||
Plugins:
|
||||
|
||||
* Networking: updated ftp daemon to properly handle root file system mount/unmount events. Added ftp support for changing read-only attribute \(`W` - owner only\).
|
||||
|
||||
* SD card, littlefs: now blocks deletion of read-only files.
|
||||
|
||||
---
|
||||
|
||||
<a name="20250305">20250305
|
||||
|
||||
Core:
|
||||
|
||||
2
grbl.h
2
grbl.h
@@ -42,7 +42,7 @@
|
||||
#else
|
||||
#define GRBL_VERSION "1.1f"
|
||||
#endif
|
||||
#define GRBL_BUILD 20250305
|
||||
#define GRBL_BUILD 20250307
|
||||
|
||||
#define GRBL_URL "https://github.com/grblHAL"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user