esp-idf/examples/common_components
Ivan Grokhotkov feaf29a340 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 aea901f0.
2021-10-26 12:39:46 +02:00
..
protocol_examples_common examples/protocols: fix compilation when CONFIG_EXAMPLE_USE_OPENETH=y 2021-10-26 12:39:46 +02:00
qrcode Add DPP Enrollee example 2021-01-25 13:26:33 +05:30