mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Add socket define for rp2040 dev (#4968)
This commit is contained in:
parent
9876d5276c
commit
e4cf7b86fa
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef USE_RP2040
|
||||
#define USE_ARDUINO_VERSION_CODE VERSION_CODE(3, 3, 0)
|
||||
#define USE_SOCKET_IMPL_LWIP_TCP
|
||||
#endif
|
||||
|
||||
#ifdef USE_HOST
|
||||
#define USE_SOCKET_IMPL_BSD_SOCKETS
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue