mongoose/examples/arduino/w5500/mongoose_custom.h

13 lines
202 B
C

#pragma once
#include "Arduino.h"
#include <errno.h>
#include <stdarg.h>
#include <time.h>
#define MG_ARCH MG_ARCH_CUSTOM
#define MG_ENABLE_SOCKET 0
#define MG_ENABLE_MIP 1
//#define MG_ENABLE_LOG 0