mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 11:32:44 +08:00
Added support for traversing directory structure across file system mounts. Allows access to littlefs mount via ftp.
Fixed inconsistent (random) real-time reporting of cycle start signal by adding a latch to ensure it is reported at least once.
This commit is contained in:
@@ -430,7 +430,7 @@
|
||||
#define NETWORK_AP_SSID "grblHAL_AP"
|
||||
#endif
|
||||
#ifndef NETWORK_AP_PASSWORD
|
||||
#define NETWORK_AP_PASSWORD "grblHAL"
|
||||
#define NETWORK_AP_PASSWORD "grblHALpwd"
|
||||
#endif
|
||||
#ifndef NETWORK_AP_HOSTNAME
|
||||
#define NETWORK_AP_HOSTNAME "grblHAL_AP"
|
||||
|
||||
Reference in New Issue
Block a user