You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if authentication is on, need admin password for RESET, RESTART and SAFEMODE
174
-
[ESP444]<cmd>pwd=<admin password>
175
-
176
-
* Change / Reset user password
177
-
[ESP555]<password>pwd=<admin password>
178
-
if no password set it use default one
179
-
180
-
* Read SPIFFS file and send each line to serial
181
-
[ESP700]<filename>
182
-
183
-
* Format SPIFFS
184
-
[ESP710]FORMAT pwd=<admin password>
185
-
186
-
* SPIFFS total size and used size
187
-
[ESP720]<header answer>
188
-
189
-
* Get fw version and basic information
190
-
[ESP800]<header answer>
191
-
192
-
* Get fw target
193
-
[ESP801]<header answer>
85
+
Check wiki : https://github.com/luc-github/ESP3D/wiki/Direct-ESP3D-commands
194
86
195
-
* Clear status/error/info list
196
-
cmd can be ALL, ERROR, INFO, STATUS
197
-
[ESP999]<cmd>
198
-
199
-
```
200
87
## Installation
201
88
1. Please follow installation of the ESP core you want to use : [ESP8266 core version](https://github.com/esp8266/Arduino) or [ESP32 core version](https://github.com/espressif/arduino-esp32)
202
89
2. Add missing libraries if you target ESP32 present in libraries directory
0 commit comments