Socket component (#2250)

This commit is contained in:
Otto Winter
2021-09-08 05:41:42 +02:00
committed by GitHub
parent 6180ee8065
commit f924e80f43
8 changed files with 779 additions and 2 deletions
+6
View File
@@ -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.