1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

LEA mDNS v2 (#7540)

* LEAmDNSv2
This commit is contained in:
Labor-Et-Ars
2020-09-25 11:12:39 +02:00
committed by GitHub
parent faf59f5190
commit a3281fe2f3
39 changed files with 12359 additions and 1846 deletions

View File

@ -0,0 +1,15 @@
#ifndef __MOCKLWIP_H
#define __MOCKLWIP_H
extern "C"
{
#include <user_interface.h>
#include <lwip/netif.h>
extern netif netif0;
} // extern "C"
#endif // __MOCKLWIP_H