Skip to content

Commit 3ce6f75

Browse files
authored
Merge pull request #212 from LeeLeahy2/Eight-Profiles
Increase the number of profiles to 8
2 parents d999ea4 + 00c69a4 commit 3ce6f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int pin_radio_rts;
8383
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
8484
#include <LittleFS.h>
8585

86-
#define MAX_PROFILE_COUNT 4
86+
#define MAX_PROFILE_COUNT 8
8787
uint8_t activeProfiles = 0; //Bit vector indicating which profiles are active
8888
uint8_t displayProfile; //Range: 0 - (MAX_PROFILE_COUNT - 1)
8989
uint8_t profileNumber = MAX_PROFILE_COUNT; //profileNumber gets set once at boot to save loading time

0 commit comments

Comments
 (0)