CI: Added CI example run job

This commit is contained in:
gabsuren
2022-03-17 16:24:26 +04:00
committed by suren-gabrielyan-espressif
parent 0875008a46
commit 76298ff70e
8 changed files with 235 additions and 175 deletions

View File

@ -103,7 +103,6 @@ static void websocket_app_start(void)
#else
websocket_cfg.uri = CONFIG_WEBSOCKET_URI;
#endif /* CONFIG_WEBSOCKET_URI_FROM_STDIN */
ESP_LOGI(TAG, "Connecting to %s...", websocket_cfg.uri);