10000 Additions to UdpContext needed for LEAmDNS2 by LaborEtArs · Pull Request #7048 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Additions to UdpContext needed for LEAmDNS2 #7048

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 24, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Addition to UdpContext needed for LEAmDNS2
  • Loading branch information
LaborEtArs committed Jan 31, 2020
commit f219b06cd983d76f8fd79e5dabcdfb5eb1c184da
3 changes: 0 additions & 3 deletions libraries/ESP8266WiFi/src/include/UdpContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#ifndef UDPCONTEXT_H
#define UDPCONTEXT_H

#include <Arduino.h> // TEMP for Serial

class UdpContext;

extern "C" {
Expand Down Expand Up @@ -477,7 +475,6 @@ class UdpContext
// pbuf chain too deep, dropping
pbuf_free(pb);
DEBUGV(":udr\r\n");
Serial.println("WARNING!!! DELETED UDP DATAGRAM !!!");
return;
}
}
Expand Down
0