1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-07 13:52:20 +01:00

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

This commit is contained in:
Tim Niemueller
2023-05-04 00:13:30 +02:00
committed by GitHub
parent 4a3f9712b2
commit 2b3052e9d7
3 changed files with 7 additions and 4 deletions

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);