Closed CamDavidsonPilon closed 1 month ago
Ex: it's expensive for something like pio log to create a MQTT client. Why not just post to /unit_api/.../log and this fires off the MQTT log message.
pio log
/unit_api/.../log
OTOH, often the pio will create a logger, which already connects to mqtt...
pio
Ex: it's expensive for something like
pio log
to create a MQTT client. Why not just post to/unit_api/.../log
and this fires off the MQTT log message.OTOH, often the
pio
will create a logger, which already connects to mqtt...