Files
esp-idf/components
liuzhifu bd2e55def3 component/esp32: adjust some APIs
1. Modify wifi_init_config_t to:
   typedef struct {
      wifi_event_handler_t event_handler;  /**< WiFi event handler */
   } wifi_init_config_t;
2. Modify argument of esp_wifi_set/get_promiscuous from uint8_t/uint8_t* to bool/bool*
2016-09-26 19:45:36 +08:00
..
2016-09-26 19:45:36 +08:00
2016-09-26 00:52:32 +08:00
2016-09-26 03:05:25 +08:00
2016-09-18 16:43:48 +08:00