Fixed typo.

pull/83/head
Hieromon Ikasamo 5 years ago
parent 66702821fa
commit dbc6ea10e0
  1. 2
      examples/Elements/Elements.ino

@ -189,7 +189,7 @@ void setup() {
param.close();
}
else {
aux["echo"].value = "<styleSPIFFS failed to open.";
aux["echo"].value = "SPIFFS failed to open.";
}
SPIFFS.end();
return String();

Loading…
Cancel
Save