[CUL Reader] Fix bug in save/load settings

This commit is contained in:
Gijs Noorlander
2020-04-08 23:26:27 +02:00
parent 7bfa476ad1
commit b33033e107
4 changed files with 132 additions and 82 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ bool pluginTaskData_initialized(taskIndex_t taskIndex) {
}
String getPluginCustomArgName(int varNr) {
String argName = F("plugin_custom_arg");
String argName = F("pc_arg");
argName += varNr + 1;
return argName;
}