Skip to content

[ESP999]

Set quiet boot if strapping pin is High, can only be done once and cannot be reverted

[ESP999]QUIETBOOT json=(no) pwd=(admin password)

  • json=no the output format

  • pwd=(admin password) the admin password if authentication is enabled

  • QUIETBOOT

    • if QUIETBOOT is present, it will set the quiet boot flag
  • In json format
{
"cmd":"999",
"status":"ok",
"data":"ok"
}
  • cmd Id of requested command, should be 999
  • status status of command, should be ok
  • data content of response, here ok when quiet boot is set
  • plain text format
ok