Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

cannot set CONFIG_ASYNC_TCP_RUNNING_CORE from outside #79

@alorbach

Description

@alorbach

Maybe I am to stupid today, but If I define CONFIG_ASYNC_TCP_RUNNING_CORE before including AsyncTCP.h, it does not have any affect at all:

# define CONFIG_ASYNC_TCP_RUNNING_CORE 0
# include <AsyncTCP.h>

Itz still runs into the ifndef block in AsyncTCP.h

#ifndef CONFIG_ASYNC_TCP_RUNNING_CORE
#define CONFIG_ASYNC_TCP_RUNNING_CORE -1 //any available core
#define CONFIG_ASYNC_TCP_USE_WDT 1 //if enabled, adds between 33us and 200us per event
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions