Ivan Grokhotkov 05dcd8f0ee examples/protocols: fix compilation when CONFIG_EXAMPLE_USE_OPENETH=y
The code checked CONFIG_ETH_USE_SPI_ETHERNET (which is usually set),
but CONFIG_EXAMPLE_ETH_SPI_xxx_GPIO options are only defined if
CONFIG_EXAMPLE_USE_SPI_ETHERNET is set. Fix the ifdef accordingly.
Regression from abc79de6.


* Original commit: espressif/esp-idf@ece73a3e55
2022-05-27 17:44:24 +04:00

Collection of protocol components for ESP-IDF

Documentation of esp-protocol

Components

esp_modem

esp_websocket_client

Description
Collection of ESP-IDF components related to networking protocols
Readme 36 MiB
Languages
C 56.2%
C++ 36.3%
Python 4.4%
CMake 2.3%
Shell 0.3%
Other 0.5%