mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
change table
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user