add spaces in commands because they are needed (#770)

This commit is contained in:
Julien Staub 2022-06-02 04:28:40 +02:00 committed by GitHub
parent 3f223a4dc6
commit 629f94981b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 100 deletions

View File

@ -159,5 +159,3 @@ if no password set it use default one
* Check SD presence
[ESP802]

View File

@ -170,6 +170,3 @@ Get will give type and settings only not the protected T1/T2
* Get state / Set Enable / Disable Serial Communication
[ESP900]<ENABLE/DISABLE>

View File

@ -170,15 +170,15 @@ ESP_AUTO_NOTIFICATION 1004 //1 byte = flag
*Get available AP list (limited to 30)
output is JSON or plain text according parameter
[ESP410]<plain><pwd=admin/user>
[ESP410]<plain> pwd=<admin/user password>
*Get current settings of ESP3D
output is plain text
[ESP420]<pwd=admin/user>
[ESP420]pwd=<admin/user password>
* Set ESP State
cmd are RESTART / RESET
[ESP444]<cmd><pwd=admin>
[ESP444]<cmd> pwd=<admin password>
* Change admin password
[ESP550]<password> pwd=<admin password>