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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user