espressif / esp-adf

Espressif Audio Development Framework
Other
1.54k stars 677 forks source link

Typo: esp_wifi_setting_regitster_notify_handle (AUD-5151) #1135

Closed Gaai closed 8 months ago

Gaai commented 8 months ago

There is a typo in the following function: esp_wifi_setting_regitster_notify_handle in /components/wifi_service/src/esp_wifi_setting.c https://github.com/search?q=repo%3Aespressif%2Fesp-adf%20esp_wifi_setting_regitster_notify_handle&type=code

This function with the typo is used in different examples. Probably better to correct this to: esp_wifi_setting_register_notify_handle

Let me know if I should do it.

jason-mao commented 8 months ago

@Gaai Thanks for your report. It will be fixed soon.