docs: add BLE firmware version compatibility note#6
Conversation
Add warning about BLE scanning issues with firmware v2.7.15+ to both English and Russian README files. Recommend downgrading to v2.7.14 for reliable BLE functionality. Resolves #4 Co-authored-by: curlysasha <curlysasha@users.noreply.github.com>
Pull Request ReviewSummaryThis PR adds important documentation about BLE firmware compatibility issues to both English and Russian README files. The changes properly address issue #4 by warning users about known BLE scanning problems with firmware v2.7.15+. ✅ Strengths
📝 Suggestions for Improvement1. Add Link to Issue or Documentation (Minor)Consider linking to issue #4 or relevant Meshtastic documentation for users who want more context: > **Note**: BLE scanning may not work with all firmware versions. Known working versions: up to v2.7.14. If you experience issues with BLE scanning on firmware v2.7.15 or newer, consider downgrading to v2.7.14. See [issue #4](https://github.com/curlysasha/MeshRadar/issues/4) for details.2. Consider Phrasing (Minor)The phrase "Known working versions: up to v2.7.14" could be slightly clearer: Current: Known working versions: up to v2.7.14.Alternative (more explicit): Known working version: v2.7.14 and earlier.Or in Russian: Проверенная рабочая версия: v2.7.14 и ранее.This makes it crystal clear that 2.7.14 works and everything before it should work too. 3. Consistency Check (Nitpick)Russian version says "до v2.7.14 включительно" (up to and including v2.7.14) which is slightly more explicit than the English "up to v2.7.14". Both are correct, but you might want to match the explicitness: English: "up to and including v2.7.14" 🔒 Security Considerations✅ No security concerns - Documentation-only changes 🐛 Potential Issues✅ No bugs identified - Simple, safe documentation additions ⚡ Performance Considerations✅ Not applicable - Documentation changes don't affect performance 🧪 Test Coverage✅ Not applicable - No code changes requiring tests 📐 Code Quality & Best Practices
🎯 Final RecommendationAPPROVE ✅ This is a solid documentation improvement that addresses a real user pain point. The changes are minimal, safe, and provide valuable information to users experiencing BLE scanning issues. The suggestions above are minor enhancements - the PR is ready to merge as-is if you prefer. The current implementation effectively solves the problem and maintains documentation quality. Great work addressing user feedback quickly! 🚀 File-by-File ReviewREADME.md:177
README.ru.md:177
|
Add warning about BLE scanning issues with firmware v2.7.15+ to both English and Russian README files. Recommend downgrading to v2.7.14 for reliable BLE functionality.
Resolves #4
Generated with Claude Code