Skip to content

Commit

Permalink
fix(typo): change variable name according to implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and 256dpi committed Mar 13, 2024
1 parent 77bd41d commit 6d7d51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MQTTClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class MQTTClient {
void *ref = nullptr;

explicit MQTTClient(int bufSize = 128) : MQTTClient(bufSize, bufSize) {}
MQTTClient(int readSize, int writeBufSize);
MQTTClient(int readBufSize, int writeBufSize);

~MQTTClient();

Expand Down

0 comments on commit 6d7d51e

Please sign in to comment.