mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
some
This commit is contained in:
@@ -55,9 +55,7 @@ void addItem(String name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void addPreset(String name) {
|
void addPreset(String name) {
|
||||||
Serial.println(name);
|
|
||||||
String preset = readFile("presets/" + name + ".txt", 4048);
|
String preset = readFile("presets/" + name + ".txt", 4048);
|
||||||
Serial.println(preset);
|
|
||||||
addFile(DEVICE_CONFIG_FILE, "\n" + preset);
|
addFile(DEVICE_CONFIG_FILE, "\n" + preset);
|
||||||
|
|
||||||
name.replace(".c",".s");
|
name.replace(".c",".s");
|
||||||
|
|||||||
Reference in New Issue
Block a user