mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-28 05:19:08 +08:00
18 lines
342 B
C
18 lines
342 B
C
#pragma once
|
|
|
|
#include "Arduino.h"
|
|
|
|
#include <errno.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <time.h>
|
|
|
|
#define MG_ARCH MG_ARCH_CUSTOM
|
|
#define MG_ENABLE_SOCKET 0
|
|
#define MG_ENABLE_TCPIP 1
|
|
#define MG_ENABLE_DRIVER_W5500 1
|
|
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
|
|
#define mkdir(a, b) (-1)
|
|
#define MG_IO_SIZE 128
|
|
//#define MG_ENABLE_LOG 0
|