Skip to content

[ESP150]

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
  • In json format
{
"cmd":"150",
"status":"ok",
"data": {
"delay": "100",
"verbose": "OFF"
}
}
  • cmd Id of requested command, should be 150
  • status status of command, should be ok
  • data content of response, here the delay and verbose state