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:
Terje Io
2022-08-30 19:54:48 +02:00
parent 5dd9c3eb18
commit 66f821d8e0
7 changed files with 628 additions and 8 deletions
-5
View File
@@ -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();