Add a station details view - #1437
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1437 +/- ##
==========================================
- Coverage 0.40% 0.39% -0.01%
==========================================
Files 20 20
Lines 17176 17281 +105
Branches 11 11
==========================================
Hits 69 69
- Misses 17103 17208 +105
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds a dedicated “Station Info” flow to the on-device UI so users can browse stations currently held in memory and view a per-station details screen (full MAC, packet count, selected state) with layout adjustments for small vs larger displays.
Changes:
- Introduces two new menus (
wifiStationInfoMenu,stationInfoMenu) and wires them into the WiFi General menu. - Adds
showStationInfo()to render a station details view (MAC/packets/selected) with compact vs roomy layouts. - Populates a station-selection menu from the in-memory
stationslist, with an empty-state message when none are present.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| esp32_marauder/MenuFunctions.h | Adds new menu members and declares showStationInfo() used by the station details flow. |
| esp32_marauder/MenuFunctions.cpp | Implements station details rendering and adds menu wiring/population for station selection + back navigation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
All 22 firmware matrix builds and the Native Unity tests pass on this head. The remaining red statuses are limited to the repository-wide Codecov policy addressed separately in #1448. |
Summary
Testing