mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-21 23:52:28 +08:00
feat(esp_event): examples use esp_event instead of old event process
This commit is contained in:
@@ -48,6 +48,11 @@ esp_err_t example_disconnect(void);
|
||||
*/
|
||||
esp_err_t example_configure_stdin_stdout(void);
|
||||
|
||||
/**
|
||||
* @brief Configure SSID and password
|
||||
*/
|
||||
esp_err_t example_set_connection_info(const char *ssid, const char *passwd);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user