Skip to content

Reminder: rework all debug directives #5658

Closed
@d-a-v

Description

@d-a-v

The good way to display a debug message is:

#define DEBUG_HTTPCLIENT(fmt, ...) \
    DEBUG_ESP_PORT.printf_P((PGM_P)PSTR(fmt), ## __VA_ARGS__)

Every DEBUG_ directives should follow this model.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions