256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 230 forks source link

Cosmetics only in MQTTClient.h / MQTTClient(...) #317

Closed johann-CH closed 5 days ago

johann-CH commented 6 months ago

File MQTTClient.h:

old: MQTTClient(int readSize, int writeBufSize);

new: MQTTClient(int readBufSize, int writeBufSize);

256dpi commented 5 days ago

Done in #321.