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.
1 parent 57b0f58 commit 56bf04eCopy full SHA for 56bf04e
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -558,7 +558,7 @@ unsigned long lastRockerSwitchChange; // If quick toggle is detected (less than
558
559
// Because the incoming string is longer than max len, there are multiple callbacks so we
560
// use a global to combine the incoming
561
-#define AP_CONFIG_SETTING_SIZE 10000
+#define AP_CONFIG_SETTING_SIZE 20000 // 10000 isn't enough if the SD card contains many files
562
char *settingsCSV; // Push large array onto heap
563
char *incomingSettings;
564
int incomingSettingsSpot;
0 commit comments