Skip to content

Commit 56bf04e

Browse files
committed
Increase AP_CONFIG_SETTING_SIZE
1 parent 57b0f58 commit 56bf04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ unsigned long lastRockerSwitchChange; // If quick toggle is detected (less than
558558

559559
// Because the incoming string is longer than max len, there are multiple callbacks so we
560560
// use a global to combine the incoming
561-
#define AP_CONFIG_SETTING_SIZE 10000
561+
#define AP_CONFIG_SETTING_SIZE 20000 // 10000 isn't enough if the SD card contains many files
562562
char *settingsCSV; // Push large array onto heap
563563
char *incomingSettings;
564564
int incomingSettingsSpot;

0 commit comments

Comments
 (0)