Fix Typo in bluedroid spp client readme

`uart_wrire_bytes`  to `uart_write_bytes`
This commit is contained in:
EcotechBrad
2022-05-17 10:42:34 -04:00
committed by GitHub
parent 31b7694551
commit 286bc45cdc

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:
... ...