1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-05 12:42:22 +03:00

mock: addrList fix (#6248)

* improve mock tcp write
* mock addrlist
* add a single mock build in travis
This commit is contained in:
david gauchard
2019-07-03 09:49:03 +02:00
committed by GitHub
parent 5a47cab77d
commit 6272e897ca
5 changed files with 154 additions and 20 deletions

View File

@ -25,6 +25,7 @@
#include <arch/cc.h>
#include <sys/time.h>
#include <IPAddress.h>
#include <AddrList.h>
#include <lwip/ip_addr.h>
#include <WString.h>
#include <cstdint>