mongoose/examples/arduino/w5500-http/mongoose_custom.h

16 lines
271 B
C
Raw Normal View History

#pragma once
#include "Arduino.h"
#include <errno.h>
#include <stdarg.h>
2022-11-11 16:50:57 +08:00
#include <stdio.h>
#include <time.h>
#define MG_ARCH MG_ARCH_CUSTOM
#define MG_ENABLE_SOCKET 0
#define MG_ENABLE_TCPIP 1
2022-11-11 16:50:57 +08:00
#define mkdir(a, b) (-1)
2023-07-20 21:36:10 +08:00
#define MG_IO_SIZE 128
//#define MG_ENABLE_LOG 0