We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d999ea4 + 00c69a4 commit 3ce6f75Copy full SHA for 3ce6f75
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -83,7 +83,7 @@ int pin_radio_rts;
83
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
84
#include <LittleFS.h>
85
86
-#define MAX_PROFILE_COUNT 4
+#define MAX_PROFILE_COUNT 8
87
uint8_t activeProfiles = 0; //Bit vector indicating which profiles are active
88
uint8_t displayProfile; //Range: 0 - (MAX_PROFILE_COUNT - 1)
89
uint8_t profileNumber = MAX_PROFILE_COUNT; //profileNumber gets set once at boot to save loading time
0 commit comments