{
  "kind": "tty000-profile",
  "version": 1,
  "id": "esp32-s3",
  "name": "ESP32-S3",
  "family": "espressif",
  "settings": {
    "baud": 115200,
    "dataBits": 8,
    "parity": "none",
    "stopBits": 1,
    "ending": "lf",
    "flowControl": "none"
  },
  "reset": "esp32",
  "macros": [
    {
      "name": "AT",
      "text": "AT"
    },
    {
      "name": "ATI",
      "text": "ATI"
    },
    {
      "name": "AT+GMR",
      "text": "AT+GMR"
    },
    {
      "name": "ATE0",
      "text": "ATE0"
    },
    {
      "name": "help",
      "text": "help"
    }
  ],
  "notes": "Same UART recipe as ESP32. USB-JTAG CDC is often 115200 as well."
}
