mongoose/examples/arduino/w5500-mqtt/mongoose_config.h

18 lines
342 B
C
Raw Normal View History

2023-07-21 20:54:41 +08:00
#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
2024-03-13 01:03:29 +08:00
#define MG_ENABLE_DRIVER_W5500 1
2024-06-22 04:12:07 +08:00
#define MG_ENABLE_TCPIP_DRIVER_INIT 0
2023-07-21 20:54:41 +08:00
#define mkdir(a, b) (-1)
2023-09-08 16:39:25 +08:00
#define MG_IO_SIZE 512
2023-07-21 20:54:41 +08:00
//#define MG_ENABLE_LOG 0