bool Arduino_MQTT_Client::publish(const char *topic, const uint8_t *payload, const size_t& length) { return m_mqtt_client.publish(topic, payload, length, false); ...
Arduino MQTT_Mailer Library Copyright (C) 2020 Jack Christensen GNU GPL v3.0 This program is free software: you can redistribute it and/or modify it under the terms ...