mirror of
https://github.com/grblHAL/core.git
synced 2026-08-17 08:31:43 +08:00
Addded virtual file system \(VFS\) handler, Linux/Unix style with mount directories.
Now raises alarm if homed state becomes invalid on settings changes when homing on startup is required. Issue #173.
This commit is contained in:
@@ -70,14 +70,9 @@
|
||||
openpnp_init();
|
||||
#endif
|
||||
|
||||
// ESP32 has its own webui_init
|
||||
#ifndef GRBL_ESP32
|
||||
|
||||
#if WEBUI_ENABLE
|
||||
extern void webui_init (void);
|
||||
webui_init();
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
my_plugin_init();
|
||||
|
||||
Reference in New Issue
Block a user