Skip to content

Serial buffer size unchangeable #700

Open
@maxgerhardt

Description

@maxgerhardt

Per #651 (comment).

Due to the #undef construct done in

#ifdef SERIAL_BUFFER_SIZE
#undef SERIAL_BUFFER_SIZE
#endif
#define SERIAL_BUFFER_SIZE 256

it's not possible to set a global -DSERIAL_BUFFER_SIZE=... value and have it be use used anymore.

A user has a usecase for that here.

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