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:
Terje Io
2023-07-16 13:03:22 +02:00
parent 8f5fa900be
commit 0c6f3f6dd7
11 changed files with 146 additions and 39 deletions

View File

@@ -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"