mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-23 08:45:22 +03:00
Merge pull request #1440 from stefangordon/master
Include Arduino.h AFTER memory.h
This commit is contained in:
@ -21,11 +21,11 @@
|
|||||||
|
|
||||||
#ifndef wificlient_h
|
#ifndef wificlient_h
|
||||||
#define wificlient_h
|
#define wificlient_h
|
||||||
|
#include <memory>
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include "Print.h"
|
#include "Print.h"
|
||||||
#include "Client.h"
|
#include "Client.h"
|
||||||
#include "IPAddress.h"
|
#include "IPAddress.h"
|
||||||
#include <memory>
|
|
||||||
#include "include/slist.h"
|
#include "include/slist.h"
|
||||||
|
|
||||||
#define WIFICLIENT_MAX_PACKET_SIZE 1460
|
#define WIFICLIENT_MAX_PACKET_SIZE 1460
|
||||||
|
Reference in New Issue
Block a user