mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 23:24:33 +02:00
Fix Typo in bluedroid spp client readme
`uart_wrire_bytes` to `uart_write_bytes`
This commit is contained in:
@@ -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:
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user