Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev fixes #1

Merged
merged 20 commits into from
Feb 16, 2025
Merged

Dev fixes #1

merged 20 commits into from
Feb 16, 2025

Conversation

hmueller01
Copy link
Owner

merged all PR from knolleary#1045 into master

sprior and others added 20 commits January 26, 2019 14:31
Boolean is deprecated and the compiler warns about it in my setup.

https://www.arduino.cc/reference/en/language/variables/data-types/boolean/
`expectedLength` should be unsigned:

```
/Users/xxx/Documents/Arduino/libraries/PubSubClient/src/PubSubClient.cpp: In member function 'boolean PubSubClient::publish_P(const char*, const uint8_t*, unsigned int, boolean)':
/Users/xxx/Documents/Arduino/libraries/PubSubClient/src/PubSubClient.cpp:523:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare]
  523 |     return (rc == expectedLength);
      |             ~~~^~~~~~~~~~~~~~~~~
```
@hmueller01 hmueller01 merged commit 0f4cd09 into master Feb 16, 2025
@hmueller01 hmueller01 deleted the dev-fixes branch February 20, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants