diff --git a/README.md b/README.md index 7d0e61bc..f0ebb9f2 100644 --- a/README.md +++ b/README.md @@ -82,121 +82,8 @@ Password: user ## Direct commands: -``` -* Change STA SSID -[ESP100] -if authentication is on, need admin password -[ESP100]pwd= +Check wiki : https://github.com/luc-github/ESP3D/wiki/Direct-ESP3D-commands -* Change STA Password -[ESP101] -if authentication is on, need admin password -[ESP101]pwd= - -* Change Hostname -[ESP102] -if authentication is on, need admin password -[ESP102]pwd= - -* Change Wifi mode (STA/AP) -[ESP103] -if authentication is on, need admin password -[ESP103]pwd= - -* Change STA IP mode (DHCP/STATIC) -[ESP104] -if authentication is on, need admin password -[ESP104]pwd= - -* Change AP SSID -[ESP105] -if authentication is on, need admin password -[ESP105]pwd= - -* Change AP Password -[ESP106] -if authentication is on, need admin password -[ESP106]pwd= - -* Change AP IP mode (DHCP/STATIC) -[ESP107] -if authentication is on, need admin password -[ESP107]pwd= - -* Set wifi on/off -[ESP110] -state can be ON, OFF, RESTART -if authentication is on, need admin password -[ESP110]pwd= - -* Get current IP -[ESP111]
- -* Get hostname -[ESP112]
- - -*Get/Set pin value -[ESP201]P V [PULLUP=YES RAW=YES] -if no V get P value -if V 0/1 set INPUT_PULLUP value, but for GPIO16 INPUT_PULLDOWN_16 -GPIO1 and GPIO3 cannot be used as they are used for serial -if PULLUP=YES set input pull up, if not set input -if RAW=YES do not set pinmode just read value - - -*Save data string -[ESP300] pwd= -*Get data string -[ESP301] pwd= - -*Get full EEPROM settings content -but do not give any passwords -can filter if only need wifi or printer -[ESP400] - -*Set EEPROM setting -position in EEPROM, type: B(byte), I(integer/long), S(string), A(IP address / mask) -[ESP401]P= T= V= pwd= - -*Get available AP list (limited to 30) -output is JSON or plain text according parameter -[ESP410] - -*Get current settings of ESP3D -output is JSON or plain text according parameter -[ESP420] - -* Get/Set ESP mode -cmd can be RESET, SAFEMODE, CONFIG, RESTART -[ESP444] -if authentication is on, need admin password for RESET, RESTART and SAFEMODE -[ESP444]pwd= - -* Change / Reset user password -[ESP555]pwd= -if no password set it use default one - -* Read SPIFFS file and send each line to serial -[ESP700] - -* Format SPIFFS -[ESP710]FORMAT pwd= - -* SPIFFS total size and used size -[ESP720]
- -* Get fw version and basic information -[ESP800]
- -* Get fw target -[ESP801]
- -* Clear status/error/info list -cmd can be ALL, ERROR, INFO, STATUS -[ESP999] - - ``` ## Installation 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) 2. Add missing libraries if you target ESP32 present in libraries directory