Skip to content

Compile errors with NO_GLOBAL_SERIAL defined due to Serial.printf vs PANGO_PRINT #8

@leifclaesson

Description

@leifclaesson

A few places in both PANGO.cpp and PangolinMQTT.cpp reference Serial directly, rather than PANGO_PRINT, which fails due to Serial not being defined if a project is compiled with NO_GLOBAL_SERIAL, commonly used when you run out of pins on the ESP8266 and need to reuse the serial port pins. :)

I realize the library is in alpha-state so it's probably way too early for a pull request -- figured I'd just mentioned it here instead.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions