Fixes for grove and i2c changes#31
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughA new 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
Apps/M5UnitTest/main/Source/TestUnitMidi.h (1)
21-21: Refactor UART device lookup to use GroveLookup abstraction for consistency.Line 21 hardcodes a device name constant that is resolved via
device_find_by_name(UART_DEVICE)inTestUnitMidi.cpp(line 87). Other migrated modules usefindGroveUartDevice()abstraction instead. Adopting the same pattern improves maintainability and ensures MIDI benefits from any device discovery improvements made to the abstraction layer.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 0fa9f4c9-4317-429a-8681-4c43e9343ecc
📒 Files selected for processing (13)
Apps/M5UnitTest/main/Source/GroveLookup.cppApps/M5UnitTest/main/Source/GroveLookup.hApps/M5UnitTest/main/Source/TestUnit8Encoder.cppApps/M5UnitTest/main/Source/TestUnitByteButton.cppApps/M5UnitTest/main/Source/TestUnitCardKB2.cppApps/M5UnitTest/main/Source/TestUnitJoystick2.cppApps/M5UnitTest/main/Source/TestUnitLcd.cppApps/M5UnitTest/main/Source/TestUnitLcdGfx.cppApps/M5UnitTest/main/Source/TestUnitMidi.hApps/M5UnitTest/main/Source/TestUnitPaHub.cppApps/M5UnitTest/main/Source/TestUnitRfid2.cppApps/M5UnitTest/main/Source/TestUnitScroll.cppLibraries/M5UnitModules/Include/UnitCommon.h
|
Thanks again! |
Summary by CodeRabbit