mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
CI: Improve common test methods
also fix ota test cases
This commit is contained in:
@@ -81,9 +81,10 @@ esp_netif_t *get_example_netif_from_desc(const char *desc);
|
||||
/**
|
||||
* @brief Register wifi connect commands
|
||||
*
|
||||
* @note Provide wifi connect commands using esp_console.
|
||||
* Provide a simple wifi_connect command in esp_console.
|
||||
* This function can be used after esp_console is initialized.
|
||||
*/
|
||||
void register_wifi_connect_commands(void);
|
||||
void example_register_wifi_connect_commands(void);
|
||||
#endif
|
||||
|
||||
#if CONFIG_EXAMPLE_CONNECT_ETHERNET
|
||||
|
Reference in New Issue
Block a user