{
  "kind": "tty000-profile",
  "version": 1,
  "id": "esp8266",
  "name": "ESP8266",
  "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": "AT+CWMODE?",
      "text": "AT+CWMODE?"
    },
    {
      "name": "AT+CWLAP",
      "text": "AT+CWLAP"
    }
  ],
  "notes": "3.3 V. Some modules boot-log at 74880. AT firmware is usually 115200."
}
