chore: remove rendundant xTaskCreate#1264
chore: remove rendundant xTaskCreate#1264jonasdiemer merged 1 commit intocrosspoint-reader:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🧰 Additional context used🧠 Learnings (2)📚 Learning: 2026-02-23T06:18:08.408ZApplied to files:
📚 Learning: 2026-02-27T22:49:59.600ZApplied to files:
🧬 Code graph analysis (2)src/activities/settings/KOReaderAuthActivity.cpp (5)
src/activities/reader/KOReaderSyncActivity.cpp (5)
🔇 Additional comments (2)
📝 WalkthroughWalkthroughThis PR consolidates WiFi-connected sync and authentication initiation logic by delegating to existing Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Summary
Ref discussion: #1222 (comment)
Important note that this is a bug-for-bug fix. In reality, this branch
WiFi.status() == WL_CONNECTEDis pretty much a dead code because the entry point of these 2 activities don't use wifi.It is better to refactor the management of network though, but it's better to be a dedicated PR.
AI Usage
While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it
helps set the right context for reviewers.
Did you use AI tools to help write this code? NO