Skip to content

Commit

Permalink
Merge branch 'knolleary_PR899'
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Dec 23, 2022
2 parents 0360b98 + 66c6e6f commit 2a66379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PubSubClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ bool PubSubClient::publish_P(const char* topic, const uint8_t* payload, unsigned
unsigned int i;
uint8_t header;
unsigned int len;
int expectedLength;
unsigned int expectedLength;

if (!connected()) {
return false;
Expand Down

0 comments on commit 2a66379

Please sign in to comment.