Summary
The Radio Settings configuration tab currently requires a restart to apply changes. Once the SX1262 configure_radio live-update change is merged into pyMC_core (PR #81), the restart flow should be removed from the UI.
Dependency
Work required
- Remove the restart prompt / confirmation flow from the Radio Settings tab
- Remove any restart-related UI (button, warning banner, or modal) that exists solely for this purpose
- Verify the save action calls the new setter directly and reflects the updated value without a device restart
Notes
Do not remove the restart flow until pyMC_core PR #81 is merged and the firmware is available for testing. This issue exists as a reminder to clean up the UI debt once the core dependency is resolved.
Summary
The Radio Settings configuration tab currently requires a restart to apply changes. Once the SX1262
configure_radiolive-update change is merged into pyMC_core (PR #81), the restart flow should be removed from the UI.Dependency
configure_radiosetter support for SX1262 (live parameter update without restart)Work required
Notes
Do not remove the restart flow until pyMC_core PR #81 is merged and the firmware is available for testing. This issue exists as a reminder to clean up the UI debt once the core dependency is resolved.