[ESP999]

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

Note

This command is only available if ESP32-S3, ESP32-C3 or ESP32-S2 is used

Input

[ESP999]QUIETBOOT json=<no> pwd=<admin password>

  • json=no the output format

  • pwd= the admin password if authentication is enabled

  • QUIETBOOT

    • if QUIETBOOT is present, it will set the quiet boot flag

Output

  • 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