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 294a7f1 commit b4917dfCopy full SHA for b4917df
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -541,7 +541,7 @@ AsyncWebSocket *websocket;
541
542
// Because the incoming string is longer than max len, there are multiple callbacks so we
543
// use a global to combine the incoming
544
-#define AP_CONFIG_SETTING_SIZE 11000
+#define AP_CONFIG_SETTING_SIZE 15000
545
char *settingsCSV; // Push large array onto heap
546
char *incomingSettings;
547
int incomingSettingsSpot;
0 commit comments