mirror of https://github.com/jeelabs/esp-link.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
618 B
35 lines
618 B
#ifndef _USER_CONFIG_H_
|
|
#define _USER_CONFIG_H_
|
|
#include <c_types.h>
|
|
#ifdef __WIN32__
|
|
#include <_mingw.h>
|
|
#endif
|
|
|
|
#define CMD_DBG
|
|
#define ESPFS_DBG
|
|
#define CGI_DBG
|
|
#define CGIFLASH_DBG
|
|
#define CGIMQTT_DBG
|
|
#define CGIPINS_DBG
|
|
#define CGIWIFI_DBG
|
|
#define CONFIG_DBG
|
|
#define LOG_DBG
|
|
#define STATUS_DBG
|
|
#define HTTPD_DBG
|
|
#define MQTT_DBG
|
|
#define MQTTCMD_DBG
|
|
#define PKTBUF_DBG
|
|
#define REST_DBG
|
|
#define RESTCMD_DBG
|
|
#define SERBR_DBG
|
|
#define SERLED_DBG
|
|
#define SLIP_DBG
|
|
#define UART_DBG
|
|
#define CHIP_IN_HOSTNAME
|
|
|
|
//#define REST
|
|
|
|
extern char* esp_link_version;
|
|
extern uint8_t UTILS_StrToIP(const char* str, void *ip);
|
|
|
|
#endif |