update wifi docs

This commit is contained in:
dongyou
2021-02-02 11:41:52 +08:00
parent 2b5cbcf852
commit fe76c53fec
3 changed files with 12 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ extern "C" {
* token: token from the cellphone;
* cellphone_ip: IP address of the cellphone;
*
* @retuen ESP_OK: succeed
* @return ESP_OK: succeed
* others: fail
*/
esp_err_t sc_send_ack_start(smartconfig_type_t type, uint8_t token, uint8_t *cellphone_ip);