esp_wifi: Reduce Bin size

1. Disable WiFi API parameter checking log
2. Optimize wifi log
This commit is contained in:
xiehang
2020-02-26 11:52:20 +08:00
parent a30557ca31
commit 7569e34e89
6 changed files with 25 additions and 5 deletions

View File

@@ -616,6 +616,7 @@ wifi_osi_funcs_t g_wifi_osi_funcs = {
._get_time = get_time_wrapper,
._random = os_random,
._log_write = esp_log_write,
._log_writev = esp_log_writev,
._log_timestamp = esp_log_timestamp,
._malloc_internal = malloc_internal_wrapper,
._realloc_internal = realloc_internal_wrapper,