mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 02:28:28 +02:00
Socket component (#2250)
This commit is contained in:
@@ -48,5 +48,11 @@
|
||||
#define USE_IMPROV
|
||||
#endif
|
||||
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
#define USE_SOCKET_IMPL_LWIP_TCP
|
||||
#else
|
||||
#define USE_SOCKET_IMPL_BSD_SOCKETS
|
||||
#endif
|
||||
|
||||
// Disabled feature flags
|
||||
//#define USE_BSEC // Requires a library with proprietary license.
|
||||
|
||||
Reference in New Issue
Block a user