mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-10 04:22:05 +03:00
some UdpContext fixes, add rx callback support
Set udp destination address, port, and multicast TTL only on send. Fix read method to return -1 if buffer is empty.
This commit is contained in:
@ -21,7 +21,8 @@
|
||||
*/
|
||||
|
||||
#define LWIP_INTERNAL
|
||||
|
||||
#include <functional>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "include/wl_definitions.h"
|
||||
|
Reference in New Issue
Block a user