Skip to content

Commit 4dfc4e5

Browse files
committed
Fix #131 - save settings before debug reset
1 parent 074f7c9 commit 4dfc4e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Surveyor/menuSystem.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ void menuDebug()
289289
}
290290
else if (incoming == 'r')
291291
{
292+
recordSystemSettings();
293+
292294
ESP.restart();
293295
}
294296
else if (incoming == 't')

0 commit comments

Comments
 (0)