Fixes for Arduino 2.7.4 (for FastLED) (#4777)

This commit is contained in:
Tim Niemueller
2023-05-04 10:13:30 +12:00
committed by GitHub
parent 4a3f9712b2
commit 2b3052e9d7
3 changed files with 7 additions and 4 deletions
+2
View File
@@ -7,6 +7,8 @@
namespace esphome {
namespace socket {
Socket::~Socket() {}
std::unique_ptr<Socket> socket_ip(int type, int protocol) {
#if LWIP_IPV6
return socket(AF_INET6, type, protocol);