Skip to content

Commit eea8a52

Browse files
LeeLeahy2nseidle
authored andcommitted
Remove unused variables rtkProfileSettings and rtkSettings
1 parent e427757 commit eea8a52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ int pin_radio_rts;
8383
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
8484
#include <LittleFS.h>
8585

86-
const char *rtkProfileSettings = "SFERTK"; //Holds the profileNumber
87-
const char *rtkSettings[] = {"SFERTK_0", "SFERTK_1", "SFERTK_2", "SFERTK_3"}; //User profiles
8886
#define MAX_PROFILE_COUNT 4
8987
uint8_t activeProfiles = 1;
9088
uint8_t profileNumber = MAX_PROFILE_COUNT; //profileNumber gets set once at boot to save loading time

0 commit comments

Comments
 (0)