-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Dynamic LED type selection, backport to 0.15 #5084
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
base: 0_15_x
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai please review and check for issues compared against #5014 |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: Length of output: 11166 @DedeHai I've completed the comparison between PR #5084 (this backport to 0.15) and PR #5014 (original implementation). Here's my analysis: ✅ Core Functionality: IdenticalThe main 📊 Differences (Expected & Appropriate)The differences I found are branch-specific adaptations for 0.15, which appear correct: 1. Virtual Bus Limits
2. Bus Number Extraction (Line ~257/270)
🎯 ConclusionThe backport looks solid. The core logic that enables changing any bus (not just the last one) has been correctly ported. The differences are appropriate branch-specific adaptations. The implementation:
No issues detected - the backport faithfully implements the same functionality with appropriate adjustments for the 0.15 branch. 🧠 Learnings used |
|
tested on ESP8266 and ESP32 C3 and works as intended. |
backport of #5014
allows any bus to be changed again, not only the last.