Skip to content

Enabling Raw Frame Support and Promiscuous #54

@owaits

Description

@owaits

It took me a while to work out how you enable both raw frame support and promiscuous together as the readme only gives an example for enabling one macro. Can I suggest updating the example to include enabling two macros as bellow.

compiler.cpp.extra_flags=-DQNETHERNET_ENABLE_RAW_FRAME_SUPPORT -DQNETHERNET_ENABLE_PROMISCUOUS_MODE
compiler.c.extra_flags=-DQNETHERNET_ENABLE_RAW_FRAME_SUPPORT -DQNETHERNET_ENABLE_PROMISCUOUS_MODE

It all seems obvious now but many of the forum posts I read suggested quotes which lead me down the garden path. In the end I had omitted the -D from QNETHERNET_ENABLE_PROMISCUOUS_MODE as I had not spotted in the readme that this had been appended to QNETHERNET_ENABLE_RAW_FRAME_SUPPORT.

Amazing library though, thank you so much for your work on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions