Get/Set boot delay in ms / Verbose boot
[ESP150](delay=time in milliseconds) (verbose=ON/OFF) json=(no) pwd=(admin/user password)
-
json=no the output format can be in JSON or plain text
-
pwd=(admin password) the admin password if authentication is enabled
-
delay
- if delay is empty, it will display current delay
- if delay is not empty, it will set the delay
-
verbose
- if verbose is empty, it will display current verbose state
- if verbose is not empty, it will set the verbose state
Output
Section titled “Output”- In json format
{ "cmd":"150", "status":"ok", "data": { "delay": "100", "verbose": "OFF" }}cmdId of requested command, should be150statusstatus of command, should beokdatacontent of response, here the delay and verbose state