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

Update IRremoteESP8266 to 2.7.4 #2182

Merged
merged 2 commits into from
May 12, 2020
Merged

Update IRremoteESP8266 to 2.7.4 #2182

merged 2 commits into from
May 12, 2020

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Mar 16, 2020

Fix version specifier, use PIO registry instead of git
Need this for -DALLOW_DELAY_CALLS=false

mcspr added 2 commits March 17, 2020 01:33
Fix version specifier, use PIO registry instead of git
Need this for -DALLOW_DELAY_CALLS=false
@mcspr
Copy link
Collaborator Author

mcspr commented Mar 17, 2020

Not tested.

Switch to the correct upstream version. Build did not break so hopefully things are fine at runtime too.

IR module has a very strange flow :/ It feels like it was written this way for pubsub API which works only in CONT context and expects us to block the whole time while code is sending (based on comment about MQTT_MAX_PACKET_SIZE:).
I wonder if sendRaw(..., count, ...) is a typo, but I don't exactly have an easy way to test it.

@mcspr mcspr merged commit a2a44c2 into dev May 12, 2020
@mcspr mcspr deleted the mcspr-patch-1 branch May 12, 2020 18:16
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.

1 participant