mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 15:14:33 +02:00
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:
@@ -65,7 +65,7 @@ idf.py set-target <chip_name>
|
||||
|
||||
### 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:
|
||||
...
|
||||
|
Reference in New Issue
Block a user