mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 17:45:49 +00:00
[CUL Reader] Fix bug in save/load settings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user