feat: Don't use esp_common.h in SDK

This commit is contained in:
Wu Jian Gang
2018-05-24 20:59:16 +08:00
parent 092ecbfdd5
commit 1cd5a36bdf
10 changed files with 26 additions and 12 deletions

View File

@ -7,10 +7,14 @@
CONDITIONS OF ANY KIND, either express or implied.
*/
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "esp_common.h"
#include "esp_sta.h"
#include "esp_system.h"
#include "esp_wifi.h"
#include "user_config.h"
/******************************************************************************