mirror of
https://github.com/khoih-prog/AsyncHTTPRequest_Generic.git
synced 2025-07-30 18:37:15 +02:00
Update Packages' Patches
This commit is contained in:
@ -53,8 +53,10 @@ class MbedUDP : public UDP
|
|||||||
public:
|
public:
|
||||||
MbedUDP(); // Constructor
|
MbedUDP(); // Constructor
|
||||||
~MbedUDP();
|
~MbedUDP();
|
||||||
virtual uint8_t begin(uint16_t); // initialize, start listening on specified port. Returns 1 if successful, 0 if there are no sockets available to use
|
virtual uint8_t begin(
|
||||||
virtual uint8_t beginMulticast(IPAddress, uint16_t); // initialize, start listening on specified multicast IP address and port. Returns 1 if successful, 0 if there are no sockets available to use
|
uint16_t); // initialize, start listening on specified port. Returns 1 if successful, 0 if there are no sockets available to use
|
||||||
|
virtual uint8_t beginMulticast(IPAddress,
|
||||||
|
uint16_t); // initialize, start listening on specified multicast IP address and port. Returns 1 if successful, 0 if there are no sockets available to use
|
||||||
virtual void stop(); // Finish with the UDP socket
|
virtual void stop(); // Finish with the UDP socket
|
||||||
|
|
||||||
// Sending UDP packets
|
// Sending UDP packets
|
||||||
|
@ -53,8 +53,10 @@ class MbedUDP : public UDP
|
|||||||
public:
|
public:
|
||||||
MbedUDP(); // Constructor
|
MbedUDP(); // Constructor
|
||||||
~MbedUDP();
|
~MbedUDP();
|
||||||
virtual uint8_t begin(uint16_t); // initialize, start listening on specified port. Returns 1 if successful, 0 if there are no sockets available to use
|
virtual uint8_t begin(
|
||||||
virtual uint8_t beginMulticast(IPAddress, uint16_t); // initialize, start listening on specified multicast IP address and port. Returns 1 if successful, 0 if there are no sockets available to use
|
uint16_t); // initialize, start listening on specified port. Returns 1 if successful, 0 if there are no sockets available to use
|
||||||
|
virtual uint8_t beginMulticast(IPAddress,
|
||||||
|
uint16_t); // initialize, start listening on specified multicast IP address and port. Returns 1 if successful, 0 if there are no sockets available to use
|
||||||
virtual void stop(); // Finish with the UDP socket
|
virtual void stop(); // Finish with the UDP socket
|
||||||
|
|
||||||
// Sending UDP packets
|
// Sending UDP packets
|
||||||
|
@ -53,8 +53,10 @@ class MbedUDP : public UDP
|
|||||||
public:
|
public:
|
||||||
MbedUDP(); // Constructor
|
MbedUDP(); // Constructor
|
||||||
~MbedUDP();
|
~MbedUDP();
|
||||||
virtual uint8_t begin(uint16_t); // initialize, start listening on specified port. Returns 1 if successful, 0 if there are no sockets available to use
|
virtual uint8_t begin(
|
||||||
virtual uint8_t beginMulticast(IPAddress, uint16_t); // initialize, start listening on specified multicast IP address and port. Returns 1 if successful, 0 if there are no sockets available to use
|
uint16_t); // initialize, start listening on specified port. Returns 1 if successful, 0 if there are no sockets available to use
|
||||||
|
virtual uint8_t beginMulticast(IPAddress,
|
||||||
|
uint16_t); // initialize, start listening on specified multicast IP address and port. Returns 1 if successful, 0 if there are no sockets available to use
|
||||||
virtual void stop(); // Finish with the UDP socket
|
virtual void stop(); // Finish with the UDP socket
|
||||||
|
|
||||||
// Sending UDP packets
|
// Sending UDP packets
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
@ -58,7 +58,7 @@ compiler.size.cmd=arm-none-eabi-size
|
|||||||
compiler.define=-DARDUINO=
|
compiler.define=-DARDUINO=
|
||||||
compiler.readelf.cmd=arm-none-eabi-readelf
|
compiler.readelf.cmd=arm-none-eabi-readelf
|
||||||
|
|
||||||
# this can be overriden in boards.txt
|
# this can be overridden in boards.txt
|
||||||
build.extra_flags=
|
build.extra_flags=
|
||||||
|
|
||||||
# These can be overridden in platform.local.txt
|
# These can be overridden in platform.local.txt
|
||||||
|
Reference in New Issue
Block a user