Skip to content

Commit b4917df

Browse files
committed
Increase AP Config setting buffer size
1 parent 294a7f1 commit b4917df

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
@@ -541,7 +541,7 @@ AsyncWebSocket *websocket;
541541

542542
// Because the incoming string is longer than max len, there are multiple callbacks so we
543543
// use a global to combine the incoming
544-
#define AP_CONFIG_SETTING_SIZE 11000
544+
#define AP_CONFIG_SETTING_SIZE 15000
545545
char *settingsCSV; // Push large array onto heap
546546
char *incomingSettings;
547547
int incomingSettingsSpot;

0 commit comments

Comments
 (0)