Merge branch 'contrib/github_pr_8972' into 'master'

Fix Typo in bluedroid spp client readme (GitHub PR)

Closes IDFGH-7392

See merge request espressif/esp-idf!18200
This commit is contained in:
Jiang Jiang Jian
2022-05-29 11:43:21 +08:00

View File

@@ -65,7 +65,7 @@ idf.py set-target <chip_name>
### Receiving Data Wirelessly ### Receiving Data Wirelessly
The server will receive this data in the ESP_GATTS_WRITE_EVT event and send data to the Uart terminal by `uart_wrire_bytes` function. For example: The server will receive this data in the ESP_GATTS_WRITE_EVT event and send data to the Uart terminal by `uart_write_bytes` function. For example:
case ESP_GATTS_WRITE_EVT: case ESP_GATTS_WRITE_EVT:
... ...