Add TANTOF722#1028
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughAdds a new TANTOF722 Betaflight target configuration header declaring MCU/board/manufacturer IDs, feature flags, pin mappings (motors, servos, UART/I2C/SPI/ADC/LEDs), timer-to-pin mappings, DMA/ADC options, peripheral instance selections, and default runtime macros. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
938683f to
4828d6a
Compare
|
@coderabbitai - full review |
|
@coderabbitai wake up :) |
🧩 Analysis chain🏁 Script executed: Length of output: 3472
Critical Issues - Submission Requirements ❌Based on the Betaflight Config Target Guidance, this submission is missing mandatory requirements:
Technical Issues 🔍Pin Conflict Detected:
Positive Aspects ✅
Recommendations
Once these items are addressed, the configuration should be ready for approval. 🧠 Learnings used✅ Actions performedFull review triggered. |
4828d6a to
a2f2197
Compare
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com>
| #define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF | ||
| #define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC | ||
| #define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC | ||
| #define DEFAULT_CURRENT_METER_SCALE 200 |
There was a problem hiding this comment.
Is this an AIO or stack? Does this need to be included?
There was a problem hiding this comment.
Stack - but have not tested the scale - just took original cli configuration for migration
|
Also need to update Manufacturers.md with the manufacturer info |
Migrated the board config how it came
Summary by CodeRabbit