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

Missing #define CONFIG_ #11

@nubcore

Description

@nubcore

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions