This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Description
compiler error is encountered with the use of an undefined value for CONFIG_ESP32_WIFI_RX_BUFFER_NUM
This is a recent change to the esp-idf.
Should make menuconfig be used to set this value, or just statically added with the default to sdkconfig.h?
Work around, edit sdkconfig.h and add the following, acceptable values are 2-25 with a default of 25
#define CONFIG_ESP32_WIFI_RX_BUFFER_NUM 25