This commit is contained in:
Dmitry Borisenko
2020-11-03 19:07:59 +03:00
parent c02abefb43
commit 9845f010fd

View File

@@ -55,9 +55,7 @@ void addItem(String name) {
}
void addPreset(String name) {
Serial.println(name);
String preset = readFile("presets/" + name + ".txt", 4048);
Serial.println(preset);
addFile(DEVICE_CONFIG_FILE, "\n" + preset);
name.replace(".c",".s");