#ifndef __USER_CONFIG_H__ #define __USER_CONFIG_H__ #ifdef __cplusplus extern "C" { #endif // UART config #define SERIAL_BAUD_RATE 115200 // ESP SDK config #define LWIP_OPEN_SRC #define USE_US_TIMER // Default types #define __CORRECT_ISO_CPP_STDLIB_H_PROTO #include #include // Override c_types.h include and remove buggy espconn #define _C_TYPES_H_ #define _NO_ESPCON_ // Updated, compatible version of c_types.h // Just removed types declared in #include // System API declarations #include // C++ Support #include // Extended string conversion for compatibility #include // Network base API #include // Beta boards #define BOARD_ESP01 #ifdef __cplusplus } #endif #endif