Skip to content

Commit f612841

Browse files
committed
Remove duplicate profileName
1 parent a369dc3 commit f612841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,9 +2016,11 @@ void createSettingsString(char *newSettings)
20162016
}
20172017
stringRecord(newSettings, "lastState", lastState);
20182018

2019+
/* This is a duplicate - from olden times? See #719 It's probably not doing any harm. But still... TODO: remove it
20192020
stringRecord(
20202021
newSettings, "profileName",
20212022
profileNames[profileNumber]); // Must come before profile number so AP config page JS has name before number
2023+
*/
20222024
stringRecord(newSettings, "profileNumber", profileNumber);
20232025
for (int index = 0; index < MAX_PROFILE_COUNT; index++)
20242026
{

0 commit comments

Comments
 (0)