1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-31 18:11:48 +02:00

add ESP command to delete SD card file / directory

This commit is contained in:
Luc
2019-08-29 18:33:02 +02:00
parent 30242b414a
commit b8fcecfae3
2 changed files with 50 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ Reply: 81
* Get SD Card Content
[ESP210] pwd=<user/admin password>
* Delete SD Card file / directory
[ESP215]<file/dir name>pwd=<user/admin password>
* Print SD file
[ESP220] <Filename> pwd=<user/admin password>