Skip to content

can't disable udp logger component #9

Description

@CarlosDerSeher

When setting ESP32_UDP_LOGGER_ENABLED in menuconfig to disabled, we get build errors about undefined CONFIG values. The root cause for this is this part in esp32_udp_logger.c

#ifndef CONFIG_ESP32_UDP_LOGGER_ENABLED
#define CONFIG_ESP32_UDP_LOGGER_ENABLED 1
#endif

This will cause the component to be always enabled no matter what we set in menuconfig.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions