* Move smartconfig to its component directory, it should be possible to override
this as whole component
* Fix few header includes related to lwIP networking stack
Signed-off-by: Mahavir Jain <mahavir@espressif.com>
#include "freertos/queue.h"
#include "freertos/portmacro.h"
-#include "tcpip_adapter.h"
-
#include "esp_heap_caps_init.h"
#include "sdkconfig.h"
#include "esp_system.h"
#include "esp_newlib.h"
#include "esp_brownout.h"
#include "esp_int_wdt.h"
+#include "esp_task.h"
#include "esp_task_wdt.h"
#include "esp_phy_init.h"
#include "esp_cache_err_int.h"
--- /dev/null
+#
+# Component Makefile
#include <stdio.h>
#include <stdlib.h>
#include "rom/ets_sys.h"
-#include "lwip/mem.h"
+
typedef long os_time_t;
/**