Add test for Linux in pytest_esp_http_client.py

This commit is contained in:
Harshit Malpani
2023-02-17 11:39:54 +05:30
parent af686f2eed
commit ae403c6210
5 changed files with 47 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ esp_err_t nvs_flash_erase(void)
return ESP_OK;
}
int main()
int main(void)
{
app_main();