Beta 0.5.1#214
Closed
NorthernMan54 wants to merge 4 commits into
Closed
Conversation
* Initial plan * Add library.properties file for Arduino IDE compatibility Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
* Initial plan * Add ESP32-C3 single-core support with automatic core detection - Modified signalDecoder.cpp to check CONFIG_FREERTOS_UNICORE - Single-core ESP32 variants (ESP32-C3, ESP32-S2) run decoder on core 0 with priority 3 - Multi-core ESP32 variants run decoder on core 1 with priority 2 - Added documentation in README.md explaining the automatic detection Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> * Final verification complete - ESP32-C3 support ready Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com> * Remove temporary codeql symlink --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NorthernMan54 <19808920+NorthernMan54@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.