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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e32c86c
Add yield() calls in connect() and write() to avoid wdt resets if eit…
sprior Jan 26, 2019
8f5a6bc
Add flag for enabling debugging of library
oleg-codaio Aug 17, 2020
3bd4313
Fix bug in publish_P which will always treat the payload length as 0 …
Oct 4, 2020
7c624e9
Use bool instead of boolean
ondras12345 Feb 14, 2021
dc5e405
fix: increase `bytesToWrite` to uint16_t to prevent overflow
prototypicalpro Mar 21, 2021
66c6e6f
remove compiler warning
CONSULitAS Oct 14, 2021
dcbf7f5
Adds in-source documentation to PubSubClient header.
MiguelAgueda Sep 22, 2022
5c949f8
Extend usage of std::function on all the platforms where it's available
alranel Jan 25, 2023
f64be4b
fix for keep alive zero
ChuckMash Dec 10, 2023
bb74503
Merge remote-tracking branch 'tomer-w/master' into dev-fixes
hmueller01 Mar 10, 2024
bf6aabd
Merge remote-tracking branch 'ChuckMash/keepalive-zero-fix' into dev-…
hmueller01 Mar 10, 2024
b75a188
Merge remote-tracking branch 'alranel/patch-1' into dev-fixes
hmueller01 Mar 10, 2024
71f97c0
Merge remote-tracking branch 'prototypicalpro/patch-1' into dev-fixes
hmueller01 Mar 10, 2024
5f79424
Merge remote-tracking branch 'sprior/master' into dev-fixes
hmueller01 Mar 10, 2024
811dd01
Fix: Vulnerability in Comparison of different type sizes #1001
hmueller01 Mar 10, 2024
f064788
always use PubSubClient() constructor
hmueller01 Mar 10, 2024
1c30ce1
Merge branch 'fix-class-constructors' into dev-fixes
hmueller01 Mar 10, 2024
870e8d2
fixed conflicts
hmueller01 Mar 12, 2024
65239a5
Merge remote-tracking branch 'oleg-codaio/master' into dev-fixes
hmueller01 Mar 12, 2024
f233b11
Merge remote-tracking branch 'ondras12345/boolean' into dev-fixes
hmueller01 Mar 12, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading