Skip to content

[ESP202]

Get/Set SD card Speed factor 1 2 4 6 8 16 32

[ESP202]SPEED=(factor) json=(no) pwd=(admin password)

  • json=no the output format can be in JSON or plain text

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

  • SPEED=(factor)

    • if factor is empty, it will display current factor
    • if factor is not empty, it will set the factor
  • In json format
{
"cmd":"202",
"status":"ok",
"data":"1"
}
  • cmd Id of requested command, should be 202
  • status status of command, should be ok
  • data content of response, here the current SPI factor