-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
Description
Subject of the issue
All serial configuration state is lost upon reset. A reset after setting up WiFi access in Rover mode and enabling heap monitoring causes these configuration values to be lost. Reset is being done using the 'r' selection in the debug menu.
Your workbench
- What version of RTK Surveyor firmware are you running? release_candidate (9b68e43)
- Are you connected to the device over Bluetooth? What app? No
- Are you transmitting NTRIP back to the device? No
- How is everything being powered? Battery / USB cable
- Are there any additional details that may help us help you? No
Steps to reproduce
- Power on the RTK express system
- Enter the serial config menu by pressing Enter
- Using serial config, select 1 in the main menu
- Select 6 and specify the WiFi network
- Select 7 and specify the WiFi password
- Select 14 to disable
- Exit back to the main menu
- Select 's' for the System menu
- Select 'd' for the Debug menu
- Select 2 to enable the heap monitoring
- Exit all of the serial config menus
- Verify the RTK is connected to WiFi and displaying the heap free space
- Press Enter to enter the serial configuration menu
- Press 's' to enter the System menu
- Press 'd' to enter the Debug menu
- Press 'r' to reset the RTK system
- Allow the RTK system to restart
- The RTK is no longer connected to WiFi
- The RTK is no longer printing out the heap free space
Expected behavior
Previous versions of the RTK firmware would keep the settings across reset.
Actual behavior
Configuration settings are being lost across reset.