Improvements and fixes - #595
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThe changes migrate timing calls across device, boot, application, service, and FreeRTOS wrapper code, adding 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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.
Actionable comments posted: 1
🧹 Nitpick comments (1)
Tactility/Source/service/displayidle/DisplayIdle.cpp (1)
16-16: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick winInclude
tactility/time.hdirectly formillis_to_ticks.The shown include block adds
tactility/delay.hbut nottactility/time.h, while line 226 usesmillis_to_ticks. If the omitted lines 1–3 do not already include it, this relies on a transitive include and can break compilation when that dependency changes.Proposed fix
`#include` <tactility/delay.h> +#include <tactility/time.h>Also applies to: 226-226
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 298e54e7-a448-4ae3-b43c-a11916a9a65b
📒 Files selected for processing (21)
Devices/lilygo-tdeck/source/module.cppDevices/unphone/source/drivers/unphone_nav_buttons.cppDocumentation/ideas.mdModules/lvgl-module/include/lvgl/icons/launcher.hModules/lvgl-module/include/lvgl/icons/shared.hModules/lvgl-module/include/lvgl/icons/statusbar.hTactility/Private/Tactility/app/btmanage/BtManagePrivate.hTactility/Source/SystemEvents.cppTactility/Source/app/alertdialog/AlertDialog.cppTactility/Source/app/boot/Boot.cppTactility/Source/app/btmanage/BtManage.cppTactility/Source/app/gpssettings/GpsSettings.cppTactility/Source/app/power/Power.cppTactility/Source/app/systeminfo/SystemInfo.cppTactility/Source/lvgl/Statusbar.cppTactility/Source/service/displayidle/DisplayIdle.cppTactility/Source/service/keyboardidle/KeyboardIdle.cppTactility/Source/service/screenshot/ScreenshotTask.cppTactility/Source/service/wifi/Wifi.cppTactility/Source/settings/WebServerSettings.cppTactilityKernel/include/tactility/time.h
💤 Files with no reviewable changes (1)
- Documentation/ideas.md
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 4d98082d-02b5-428e-938a-d8be971139c2
📒 Files selected for processing (12)
Platforms/platform-esp32/source/drivers/bluetooth/esp32_ble_scan.cppTactility/Private/Tactility/app/btmanage/BtManagePrivate.hTactility/Source/app/btmanage/BtManage.cppTactilityFreeRtos/Include/Tactility/Dispatcher.hTactilityFreeRtos/Include/Tactility/DispatcherThread.hTactilityFreeRtos/Include/Tactility/EventGroup.hTactilityFreeRtos/Include/Tactility/Lock.hTactilityFreeRtos/Include/Tactility/PubSub.hTactilityFreeRtos/Include/Tactility/Thread.hTactilityFreeRtos/Include/Tactility/Timer.hTactilityFreeRtos/Include/Tactility/kernel/Kernel.hTactilityKernel/include/tactility/time.h
🚧 Files skipped from review as they are similar to previous changes (1)
- TactilityKernel/include/tactility/time.h
Summary by CodeRabbit