change table

This commit is contained in:
Dmitry Borisenko
2020-12-24 01:58:14 +01:00
parent 99134cb6fd
commit 1a097ff2b7
2 changed files with 25 additions and 31 deletions

View File

@@ -45,9 +45,6 @@ void addItem2(int num) {
}
configFile.close();
//while (seachingLine.length()) {
//String tmp = selectToMarker(seachingLine, "\n");
randomSeed(micros());
unsigned int rnd = random(0, 1000);
seachingLine.replace("id", String(rnd));
@@ -56,9 +53,6 @@ void addItem2(int num) {
seachingLine.replace("gpio", "pin[" + String(getFreePinAll()) + "]");
}
//seachingLine = deleteBeforeDelimiter(seachingLine, ",");
//}
addFile(DEVICE_CONFIG_FILE, seachingLine);
Serial.println(seachingLine);
}