user_config.h
Go to the documentation of this file.
1 #ifndef __USER_CONFIG_H__
2 #define __USER_CONFIG_H__
3 
4 #pragma GCC warning "Use of 'user_config.h' is deprecated - see https://sming.readthedocs.io/en/latest/upgrading/4.4-4.5.html"
5 
6 #include <esp_systemapi.h>
7 
8 // Extended string conversion for compatibility
9 #include <stringconversion.h>
10 
11 // Network base API
12 #ifndef DISABLE_NETWORK
13 #include <lwip_includes.h>
14 #endif
15 
16 #endif