Merge branch 'test/adc2_with_wifi_reopen' into 'master'
test(adc2): re-enable the adc2 test. See merge request idf/esp-idf!1926
This commit is contained in:
commit
363c096f2b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ static esp_err_t event_handler(void *ctx, system_event_t *event)
|
|||
return ESP_OK;
|
||||
}
|
||||
|
||||
TEST_CASE("adc2 work with wifi","[adc][ignore]")
|
||||
TEST_CASE("adc2 work with wifi","[adc]")
|
||||
{
|
||||
int read_raw;
|
||||
int target_value;
|
||||
|
|
Loading…
Reference in a new issue