derive esp_wifi from esp32 component

This commit is contained in:
morris
2019-03-22 14:21:15 +08:00
committed by suda-morris
parent 5b2247df2d
commit 79bb5de426
48 changed files with 162 additions and 130 deletions

View File

@@ -0,0 +1,12 @@
/*
Tests for the Wi-Fi
*/
#include "unity.h"
#include "esp_log.h"
#include "esp_private/wifi.h"
TEST_CASE("wifi lib git commit id","[wifi]")
{
TEST_ESP_OK( esp_wifi_internal_git_commit_id_check() );
}