Optimize configuration of base MAC address

Application developer can call APIs to configure base MAC address
    instead of using menuconfig.
This commit is contained in:
XiaXiaotian
2017-05-05 22:24:56 +08:00
parent a41ac2d21d
commit b22067a8f0
12 changed files with 350 additions and 126 deletions

View File

@@ -37,6 +37,8 @@ typedef int32_t esp_err_t;
#define ESP_ERR_TIMEOUT 0x107
#define ESP_ERR_INVALID_RESPONSE 0x108
#define ESP_ERR_INVALID_CRC 0x109
#define ESP_ERR_INVALID_VERSION 0x10A
#define ESP_ERR_INVALID_MAC 0x10B
#define ESP_ERR_WIFI_BASE 0x3000 /*!< Starting number of WiFi error codes */